mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
Remove path_url from restore
This commit is contained in:
parent
2e637ea331
commit
97b8c913ff
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ ynh_print_info --message="Loading settings..."
|
|||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
path_url=$(ynh_app_setting_get --app=$app --key=path)
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
home_path=$(ynh_app_setting_get --app=$app --key=home_path)
|
||||
|
||||
|
|
Loading…
Reference in a new issue