This commit is contained in:
casperklein 2024-08-14 22:54:54 +02:00
parent 3b7f104601
commit 74b127c26f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ while :; do
# Stop service if no configuration is found.
if [[ -z ${RC_FILE} ]]; then
_syslog_error 'No configration found'
_syslog_error 'No configuration found'
_stopService
fi