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

Appease linter: pointless ynh_webpath_available

This commit is contained in:
tituspijean 2022-03-11 22:15:27 +01:00
parent 18355d86d2
commit 52717aea9d
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -38,8 +38,6 @@ port=$(ynh_app_setting_get --app=$app --key=port)
#=================================================
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 "