🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-11-14 14:20:40 -05:00
parent fbae76bd7f
commit 465874c0c2
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -157,7 +157,7 @@ certbot)
else else
touch "/tmp/$SERVICE_NAME.pid" touch "/tmp/$SERVICE_NAME.pid"
echo "$start_message" echo "$start_message"
__exec_command "$SERVICE_COMMAND" $GEOIP $OPTS $CONFIG || rm -Rf "/tmp/$SERVICE_NAME.pid" cd "/opt/echoip" && __exec_command "$SERVICE_COMMAND" $GEOIP $OPTS $CONFIG || rm -Rf "/tmp/$SERVICE_NAME.pid"
fi fi
;; ;;
esac esac