1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/keeweb_ynh.git synced 2024-09-03 19:26:33 +02:00
This commit is contained in:
scith 2016-12-06 15:18:31 +01:00
parent 6151022119
commit 3692ccec9c

View file

@ -22,8 +22,8 @@ app=$YNH_APP_INSTANCE_NAME
fi fi
# Save app settings # Save app settings
ynh_app_setting_set "$domain" domain "$domain" ynh_app_setting_set "$app" domain "$domain"
ynh_app_setting_set "$path" path "$path" ynh_app_setting_set "$app" path "$path"
ynh_app_setting_set "$app" is_public "$is_public" ynh_app_setting_set "$app" is_public "$is_public"
# Check domain/path availability # Check domain/path availability