1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

Merge branch 'testing' into fix

This commit is contained in:
Robles Rodolphe 2021-09-26 17:03:52 +02:00 committed by GitHub
commit d068ce717c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,7 @@ then
fi
ynh_systemd_action --service_name=nginx --action=reload
#finalyse upgrade
# Finalize the upgrade
ynh_local_curl "/index.php"
sleep 5
ynh_local_curl "/index.php"
@ -138,7 +138,6 @@ then
if [[ $visitors_enabled -eq 0 ]]; then
ynh_permission_update --permission "main" --remove "visitors"
fi
fi
#=================================================