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:
parent
6e52b40eb6
commit
ff6672c620
1 changed files with 1 additions and 1 deletions
|
@ -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 "
|
||||
|
||||
|
|
Loading…
Reference in a new issue