1
0
mirror of https://github.com/limosek/zaf.git synced 2024-11-13 05:59:06 +01:00

Repaired typo in detection

This commit is contained in:
Lukas Macura 2016-03-24 17:04:23 +01:00
parent 47cdd9429c
commit e778db51c0

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