🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-25 19:03:33 -04:00
parent 9adf24b9a0
commit 3cca4103f8
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ certbot)
echo "$SERVICE_NAME is running"
else
touch "/tmp/$SERVICE_NAME.pid"
cd "/config/soft" || exit
cd "/data/soft/repos" || exit
echo "$start_message"
__exec_command "$SERVICE_COMMAND" || rm -Rf "/tmp/$SERVICE_NAME.pid"
fi