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:
parent
2b4743acb3
commit
992967e5c8
1 changed files with 4 additions and 0 deletions
|
@ -108,3 +108,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
|
# If socket not ready after 2 minutes waiting, ihatemoney will not work.
|
||||||
|
test -S /tmp/budget.gunicorn.sock || exit_properly
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue