1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Fix upgrade

This commit is contained in:
yalh76 2019-05-16 02:28:42 +02:00
parent be85363dbb
commit 63e2e7463c

View file

@ -39,7 +39,7 @@ db_pwd=$(ynh_app_setting_get --app="$app" --key=psqlpwd)
#================================================= #=================================================
ynh_print_info --message="Validating restoration parameters..." ynh_print_info --message="Validating restoration parameters..."
ynh_webpath_available -domain="$domain" --path_url="$path_url" \ ynh_webpath_available --domain="$domain" --path_url="$path_url" \
|| ynh_die --message="Path not available: ${domain}${path_url}" || ynh_die --message="Path not available: ${domain}${path_url}"
test ! -d "$final_path" \ test ! -d "$final_path" \
|| ynh_die --message="There is already a directory: $final_path " || ynh_die --message="There is already a directory: $final_path "