mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Update install
This commit is contained in:
parent
e434741238
commit
7453a94c11
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ curl -k -s --cookie cookiejar.txt --cookie-jar cookiejar.txt \
|
||||||
--form password=zabbix \
|
--form password=zabbix \
|
||||||
"$zabbixFullpath/index.php"
|
"$zabbixFullpath/index.php"
|
||||||
|
|
||||||
sid=$(curl-k -s --cookie cookiejar.txt --cookie-jar cookiejar.txt \
|
sid=$(curl -k -s --cookie cookiejar.txt --cookie-jar cookiejar.txt \
|
||||||
"$zabbixFullpath/conf.import.php?rules_preset=template" \
|
"$zabbixFullpath/conf.import.php?rules_preset=template" \
|
||||||
| grep -Po 'name="sid" value="\K([a-z0-9]{16})(?=")' )
|
| grep -Po 'name="sid" value="\K([a-z0-9]{16})(?=")' )
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue