mirror of
https://github.com/YunoHost-Apps/keeweb_ynh.git
synced 2024-09-03 19:26:33 +02:00
Fix
This commit is contained in:
parent
3692ccec9c
commit
109c04b5e0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
if [ -f $conf ]; then
|
||||
ynh_die "There is already a nginx conf file at this path: $conf"
|
||||
fi
|
||||
sudo cp -a $backup_dir/nginx.conf $conf
|
||||
sudo cp -a ./nginx.conf $conf
|
||||
|
||||
# Restore sources & data
|
||||
src_path="/var/www/${app}"
|
||||
|
|
Loading…
Reference in a new issue