mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
fix variable
This commit is contained in:
parent
ed59890d0a
commit
9da93fd67e
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ ynh_remove_logrotate
|
|||
|
||||
zabbixRepoInstalledVersion=$(apt-cache policy zabbix-release | sed -n '2p' | grep -Po ".*: \K(.*)")
|
||||
|
||||
if [ "$trustedVersionRepo" != "zabbixRepoInstalledVersion" ];then
|
||||
if [ "$trustedVersionRepo" !=zabbixRepoInstalledVersion" ];then
|
||||
DEBIAN_FRONTEND=noninteractive apt remove zabbix-release -y
|
||||
ynh_print_info "Install New Zabbix repository"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue