From 7a6ddcf2cb9334ae9656a0a62f2a0bc42c0c3b84 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Sun, 8 Jul 2018 01:30:18 +0200 Subject: [PATCH] Fix install when supervisor is already installed --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 9f4f9a0..6c776b3 100755 --- a/scripts/install +++ b/scripts/install @@ -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