1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2020-12-14 22:50:09 +01:00
parent 580d09bd00
commit 950a279725
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -130,16 +130,6 @@ ynh_script_progression --message="Securing files and directories..."
# Set permissions on app files
chown -R $app:$app $final_path # modif perso
#=================================================
# SETUP SSOWAT
#=================================================
ynh_script_progression --message="Upgrading SSOwat configuration..." --weight=1
if [ $contains_visitors -eq 1 ]
then
ynh_permission_update --permission "main" --remove "visitors"
fi
#=================================================
# RELOAD NGINX
#=================================================