1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/keeweb_ynh.git synced 2024-09-03 19:26:33 +02:00
This commit is contained in:
scith 2016-12-06 15:32:57 +01:00
parent 3692ccec9c
commit 109c04b5e0

View file

@ -17,7 +17,7 @@ app=$YNH_APP_INSTANCE_NAME
if [ -f $conf ]; then if [ -f $conf ]; then
ynh_die "There is already a nginx conf file at this path: $conf" ynh_die "There is already a nginx conf file at this path: $conf"
fi fi
sudo cp -a $backup_dir/nginx.conf $conf sudo cp -a ./nginx.conf $conf
# Restore sources & data # Restore sources & data
src_path="/var/www/${app}" src_path="/var/www/${app}"