1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00

Follow linter advice on ynh_webpath_available

This commit is contained in:
tituspijean 2021-10-20 19:48:03 +02:00
parent 818534fbd5
commit f20f57d6a6
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -38,8 +38,6 @@ db_user=$db_name
#=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=1
ynh_webpath_available --domain=$domain --path_url=$path_url \
|| ynh_die --message="Path not available: ${domain}${path_url}"
test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path "