1
0
Fork 0
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:
Augustin Trancart 2022-02-21 17:07:08 +01:00
parent 28af64c19c
commit 1cda0653e9
No known key found for this signature in database
GPG key ID: 364720A015B27E4A

View file

@ -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