1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Pointless ynh_webpath_available call in restore

This commit is contained in:
Alexandre Aubin 2021-10-27 18:24:45 +02:00 committed by GitHub
parent e4134af0e7
commit 8a826ccebd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,8 +42,6 @@ ynh_script_progression --message="Validating restoration parameters..."
remove_previous_zabbix
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 "