mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Do not backup damn cron jobs ... they will automatically be regenerated by the regenconf
This commit is contained in:
parent
a8e11c19db
commit
cc6cc1860a
2 changed files with 0 additions and 2 deletions
|
@ -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
|
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue