mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Fix install when supervisor is already installed
This commit is contained in:
parent
04a8485709
commit
7a6ddcf2cb
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ sudo install -o ihatemoney -g ihatemoney -m 644 \
|
|||
|
||||
# Configure supervisor
|
||||
configure_supervisor
|
||||
# In case it was already installed before,
|
||||
# so that it picks /etc/supervisor/conf.d/ihatemoney.conf:
|
||||
supervisorctl update
|
||||
sudo yunohost service add supervisor
|
||||
|
||||
# Configure ihatemoney
|
||||
|
|
Loading…
Reference in a new issue