1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00

Removed checking of final_path in upgrade script

This commit is contained in:
anmol26s 2017-08-02 13:58:45 +05:30
parent 25b746bee2
commit becd4ba42e

View file

@ -47,7 +47,6 @@ fi
path_url=$(ynh_normalize_url_path $path_url)
final_path=/var/www/$app
test ! -e "$final_path" || ynh_die "This path already contains a folder"
# Move old app dir
sudo mv ${final_path} ${final_path}.old