mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Remove useless check
This commit is contained in:
parent
28af64c19c
commit
1cda0653e9
1 changed files with 0 additions and 2 deletions
|
@ -45,8 +45,6 @@ final_path=/var/www/$app
|
|||
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
||||
#=================================================
|
||||
ynh_script_progression --message="Validating installation parameters..." --weight=1
|
||||
# Check web path availability
|
||||
ynh_webpath_available --domain=$domain --path_url=/
|
||||
# check path availability
|
||||
test ! -e "$final_path" || ynh_die "This path already contains a folder"
|
||||
can_remove_home=1
|
||||
|
|
Loading…
Reference in a new issue