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

Merge pull request #144 from YunoHost-Apps/testing

Fix supervisorctl reload for bullseye
This commit is contained in:
yalh76 2021-07-03 11:55:34 +02:00 committed by GitHub
commit b55b63b4ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ ynh_supervisor_action() {
# Use reload-or-restart instead of reload. So it wouldn't fail if the service isn't running.
if [ "$action" == "reload" ]; then
action="reload-or-restart"
action="update"
fi
# If the service fails to perform the action