Repaired typo in detection

pull/1/head
Lukas Macura 2016-03-24 17:04:23 +01:00
parent 47cdd9429c
commit e778db51c0
1 changed files with 1 additions and 1 deletions

View File

@ -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