mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
4 lines
119 B
Text
4 lines
119 B
Text
backup_dir="$1/conf/ynh"
|
|
sudo mkdir -p $backup_dir
|
|
|
|
sudo cp -a /etc/yunohost/current_host "${backup_dir}/current_host"
|