mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
fix backup/restore
This commit is contained in:
parent
177e3054e0
commit
e73a9b8b96
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue