Do not backup damn cron jobs ... they will automatically be regenerated by the regenconf

This commit is contained in:
Alexandre Aubin 2021-01-22 03:02:04 +01:00
parent a8e11c19db
commit cc6cc1860a
2 changed files with 0 additions and 2 deletions

View file

@ -8,4 +8,3 @@ cd "$YNH_CWD"
# Backup the configuration # Backup the configuration
ynh_exec_warn_less ynh_backup --src_path="/etc/yunohost/dyndns" --not_mandatory ynh_exec_warn_less ynh_backup --src_path="/etc/yunohost/dyndns" --not_mandatory
ynh_exec_warn_less ynh_backup --src_path="/etc/cron.d/yunohost-dyndns" --not_mandatory

View file

@ -7,4 +7,3 @@ cd "$YNH_CWD"
# Restore file if exists # Restore file if exists
ynh_restore_file --origin_path="/etc/yunohost/dyndns" --not_mandatory ynh_restore_file --origin_path="/etc/yunohost/dyndns" --not_mandatory
ynh_restore_file --origin_path="/etc/cron.d/yunohost-dyndns" --not_mandatory