Skip to content

Commit

Permalink
remove the whole service directory
Browse files Browse the repository at this point in the history
  • Loading branch information
henne49 committed Aug 1, 2024
1 parent 8f74a64 commit e8519e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LOG_DIR=/var/log/$SERVICE_NAME
RC_LOCAL_FILE=/data/rc.local

#remove the service
if [ -f /service/$SERVICE_NAME ]; then
rm /service/$SERVICE_NAME
if [ -d /service/$SERVICE_NAME ]; then
rm -rf /service/$SERVICE_NAME
fi

# end the dbus-opendtu process
Expand Down

0 comments on commit e8519e7

Please sign in to comment.