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:
parent
25b746bee2
commit
becd4ba42e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue