diff --git a/scripts/backup b/scripts/backup index e33b82f..e1ec016 100644 --- a/scripts/backup +++ b/scripts/backup @@ -37,7 +37,7 @@ ynh_backup --src_path="/etc/zabbix/zabbix_agentd.conf" ynh_backup --src_path="/etc/zabbix/zabbix_agentd.d" # Backup sudo file -ynh_backup --src_path="/etc/sudoers.d/zabbix" +# ynh_backup --src_path="/etc/sudoers.d/zabbix" #================================================= # BACKUP THE MYSQL DATABASE diff --git a/scripts/restore b/scripts/restore index ac9d7cc..e644db5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -49,7 +49,7 @@ if [ ! -L /etc/zabbix/zabbix_agentd.d ]; then fi # Restore sudo file -ynh_restore_file --origin_path="/etc/sudoers.d/zabbix" +# ynh_restore_file --origin_path="/etc/sudoers.d/zabbix" #================================================= # RESTORE SYSTEM CONFIGURATIONS