From e778db51c0a39a82dad28422d45f85e3b8d6e1db Mon Sep 17 00:00:00 2001 From: Lukas Macura Date: Thu, 24 Mar 2016 17:04:23 +0100 Subject: [PATCH] Repaired typo in detection --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cdc65b3..f0b0f29 100755 --- a/install.sh +++ b/install.sh @@ -81,7 +81,7 @@ zaf_detect_pkg() { fi if which opkg >/dev/null; then ZAF_PKG="opkg" - ZAF_AGENT_RESTART=/etc/init.d/zabbix_agentd restart + ZAF_AGENT_RESTART="/etc/init.d/zabbix_agentd restart" ZAF_CURL_INSECURE=1 return fi