Skip to content
Snippets Groups Projects
Commit d718c6ce authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Fix bash variable typo

parent 912b360f
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ACTION="$1" ...@@ -31,7 +31,7 @@ ACTION="$1"
case "$ACTION" in case "$ACTION" in
start) start)
if [ -z "PARAMS" ]; then if [ -z "$PARAMS" ]; then
log_daemon_msg "Unconfigured $DAEMON_NAME, not starting." log_daemon_msg "Unconfigured $DAEMON_NAME, not starting."
exit 2 exit 2
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment