From bf4898f76d20d531d0ae40a15975b8e337860582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20K=C3=A1cha?= <ph@cesnet.cz> Date: Fri, 9 Feb 2018 11:06:05 +0100 Subject: [PATCH] Fix bash variable typo --- hp-labrea/labrea-idea | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hp-labrea/labrea-idea b/hp-labrea/labrea-idea index 3357143..b7fccef 100755 --- a/hp-labrea/labrea-idea +++ b/hp-labrea/labrea-idea @@ -31,7 +31,7 @@ ACTION="$1" case "$ACTION" in start) - if [ -z "PARAMS" ]; then + if [ -z "$PARAMS" ]; then log_daemon_msg "Unconfigured $DAEMON_NAME, not starting." exit 2 fi -- GitLab