mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
4 lines
94 B
Text
4 lines
94 B
Text
backup_dir="$1/conf/ynh/firewall"
|
|
|
|
cp -a $backup_dir/. /etc/yunohost
|
|
yunohost firewall reload
|