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

Fix bash variable typo

parent 3c8b15a0
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.
Please register or to comment