mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
7 lines
150 B
Text
7 lines
150 B
Text
backup_dir="$1/conf/ynh/certs"
|
|
|
|
mkdir -p /etc/yunohost/certs/
|
|
|
|
cp -a $backup_dir/. /etc/yunohost/certs/
|
|
service nginx reload
|
|
service metronome reload
|