mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
missing var
This commit is contained in:
parent
ca9d14c066
commit
31c7a6c24a
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ ynh_package_update
|
|||
|
||||
zabbixReleaseInstalledVersion=$(apt-cache policy zabbix-release | sed -n '2p' | grep -Po ".* \K(.*)")
|
||||
|
||||
if [[ "$trustedversion" > "zabbixReleaseInstalledVersion" ]]
|
||||
if [[ "$trustedversion" > "$zabbixReleaseInstalledVersion" ]]
|
||||
then
|
||||
#=================================================
|
||||
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
|
||||
|
|
Loading…
Add table
Reference in a new issue