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

fix restore

This commit is contained in:
Kay0u 2019-10-24 23:45:25 +09:00
parent 6e52b40eb6
commit ff6672c620
No known key found for this signature in database
GPG key ID: 7FF262C033518333

View file

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