mirror of
https://github.com/YunoHost-Apps/keeweb_ynh.git
synced 2024-09-03 19:26:33 +02:00
Fix
This commit is contained in:
parent
6151022119
commit
3692ccec9c
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
fi
|
||||
|
||||
# Save app settings
|
||||
ynh_app_setting_set "$domain" domain "$domain"
|
||||
ynh_app_setting_set "$path" path "$path"
|
||||
ynh_app_setting_set "$app" domain "$domain"
|
||||
ynh_app_setting_set "$app" path "$path"
|
||||
ynh_app_setting_set "$app" is_public "$is_public"
|
||||
|
||||
# Check domain/path availability
|
||||
|
|
Loading…
Reference in a new issue