1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Update upgrade

This commit is contained in:
Mickael-Martin 2019-01-17 13:32:53 +01:00
parent f81c6b7021
commit 9587c5c59c

View file

@ -67,7 +67,7 @@ fi
#================================================= #=================================================
# Import Yunohost template # Import Yunohost template
#================================================= #=================================================
zabbixFullpath=https://$domain/$path_url zabbixFullpath=https://$domain$path_url
localpath=$(find /var/cache/yunohost/ -name "Template_Yunohost.xml") localpath=$(find /var/cache/yunohost/ -name "Template_Yunohost.xml")
curl -s --cookie cookiejar.txt --cookie-jar cookiejar.txt \ curl -s --cookie cookiejar.txt --cookie-jar cookiejar.txt \
@ -105,7 +105,7 @@ curl -s --cookie cookiejar.txt --cookie-jar cookiejar.txt \
--form "backurl=templates.php" \ --form "backurl=templates.php" \
--form "form_refresh=1" \ --form "form_refresh=1" \
--form "sid=${sid}" \ \ --form "sid=${sid}" \ \
"${zabbixFullpath}conf.import.php?rules_preset=template" "${zabbixFullpath}/conf.import.php?rules_preset=template"
#================================================= #=================================================
# Disable default admin for security issue # Disable default admin for security issue