removed 'sleep' added for debugging

This commit is contained in:
casperklein 2024-08-16 01:54:57 +02:00
parent 496bd20824
commit 1730523eb2
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ function _syslog_error() {
function _stopService() {
_syslog_error "Stopping service"
sleep 2
exec supervisorctl stop getmail
}