mirror of
https://github.com/limosek/zaf.git
synced 2024-11-24 03:19:05 +01:00
Repaired typo in detection
This commit is contained in:
parent
47cdd9429c
commit
e778db51c0
@ -81,7 +81,7 @@ zaf_detect_pkg() {
|
|||||||
fi
|
fi
|
||||||
if which opkg >/dev/null; then
|
if which opkg >/dev/null; then
|
||||||
ZAF_PKG="opkg"
|
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
|
ZAF_CURL_INSECURE=1
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user