mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
4 lines
196 B
Text
4 lines
196 B
Text
backup_dir="$1/conf/ynh"
|
|
|
|
cp -a "${backup_dir}/current_host" /etc/yunohost/current_host
|
|
[ ! -e "${backup_dir}/settings.json" ] || cp -a "${backup_dir}/settings.json" "/etc/yunohost/settings.json"
|