mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1138 from YunoHost/ynh_exec_warn_less-dyndns-backup
ynh_exec_warn_less dyndns backup
This commit is contained in:
commit
c59393fcc7
1 changed files with 2 additions and 2 deletions
|
@ -7,5 +7,5 @@ mkdir -p $YNH_CWD
|
|||
cd "$YNH_CWD"
|
||||
|
||||
# Backup the configuration
|
||||
ynh_backup --src_path="/etc/yunohost/dyndns" --not_mandatory
|
||||
ynh_backup --src_path="/etc/cron.d/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
|
||||
|
|
Loading…
Add table
Reference in a new issue