1
0
Fork 0
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:
Mickael-Martin 2019-10-10 13:05:45 +02:00
parent ca9d14c066
commit 31c7a6c24a

View file

@ -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