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:
parent
47cdd9429c
commit
e778db51c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user