fix typo
This commit is contained in:
parent
3b7f104601
commit
74b127c26f
|
@ -39,7 +39,7 @@ while :; do
|
||||||
|
|
||||||
# Stop service if no configuration is found.
|
# Stop service if no configuration is found.
|
||||||
if [[ -z ${RC_FILE} ]]; then
|
if [[ -z ${RC_FILE} ]]; then
|
||||||
_syslog_error 'No configration found'
|
_syslog_error 'No configuration found'
|
||||||
_stopService
|
_stopService
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue