1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Fail install if the socket is not responding at the end of install

This commit is contained in:
Jocelyn Delalande 2018-07-08 01:27:18 +02:00
parent 2b4743acb3
commit 992967e5c8

View file

@ -108,3 +108,7 @@ do
done
sudo service nginx reload
# If socket not ready after 2 minutes waiting, ihatemoney will not work.
test -S /tmp/budget.gunicorn.sock || exit_properly