1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wemawema_ynh.git synced 2024-10-01 13:34:56 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2020-06-29 13:41:52 +02:00
parent fef846b47b
commit eccfbeee3e
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -98,19 +98,6 @@ ynh_add_nginx_config
# Set right permissions for curl installation # Set right permissions for curl installation
chown -R www-data: $final_path chown -R www-data: $final_path
#=================================================
# SETUP SSOWAT
#=================================================
ynh_script_progression --message="Configuring SSOwat..." --weight=1
# Make app public if necessary or protect it
if [ $is_public -eq 1 ]
then
# Everyone can access the app.
# The "main" permission is automatically created before the install script.
ynh_permission_update --permission "main" --add "visitors"
fi
#================================================= #=================================================
# RELOAD NGINX # RELOAD NGINX
#================================================= #=================================================