mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
Update upgrade
This commit is contained in:
parent
880a406a19
commit
43516df97c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ fi
|
|||
|
||||
# If domain doesn't exist, create it
|
||||
if [ -z "$domain" ]; then
|
||||
domain=$server_domain
|
||||
domain=$(ynh_app_setting_get --app=$app --key=server_domain)
|
||||
ynh_app_setting_set --app=$app --key=domain --value=$domain
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue