mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Backup ssowat/conf.json.persistent
This commit is contained in:
parent
7e4536752e
commit
2be90e35eb
2 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,5 @@ for file in $(cat ./manually_modified_files_list)
|
||||||
do
|
do
|
||||||
ynh_backup --src_path="$file"
|
ynh_backup --src_path="$file"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
ynh_backup --src_path="/etc/ssowat/conf.json.persistent"
|
||||||
|
|
|
@ -9,3 +9,5 @@ for file in $(cat ./manually_modified_files_list)
|
||||||
do
|
do
|
||||||
ynh_restore_file --origin_path="$file" --not_mandatory
|
ynh_restore_file --origin_path="$file" --not_mandatory
|
||||||
done
|
done
|
||||||
|
|
||||||
|
ynh_restore_file --origin_path="/etc/ssowat/conf.json.persistent" --not_mandatory
|
||||||
|
|
Loading…
Add table
Reference in a new issue