mirror of
https://github.com/YunoHost-Apps/collabora_ynh.git
synced 2024-09-03 18:16:25 +02:00
Clean install
This commit is contained in:
parent
d379008435
commit
8839eecc6c
1 changed files with 0 additions and 2 deletions
|
@ -24,9 +24,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
|
|||
source /usr/share/yunohost/helpers
|
||||
|
||||
# Save app settings
|
||||
ynh_app_setting_set "$app" admin "$admin"
|
||||
ynh_app_setting_set "$app" is_public "$is_public"
|
||||
ynh_app_setting_set "$app" language "$language"
|
||||
|
||||
# Check domain/path availability
|
||||
sudo yunohost app checkurl "${domain}${path_url}" -a "$app" \
|
||||
|
|
Loading…
Reference in a new issue