From 5dd337a42f0687195e6d1db215231f4e3b23b35e Mon Sep 17 00:00:00 2001 From: frju365 Date: Thu, 20 Apr 2017 00:19:26 +0200 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index e94e8ca..158b670 100644 --- a/scripts/install +++ b/scripts/install @@ -189,6 +189,7 @@ sudo yunohost service add $app --log "/var/log/$app/nodebb.log" #================================================= # START ETHERPAD IN BACKGROUND #================================================= +sudo sed -i "s@__PATH__@$final_path@g" ../conf/nodebb.service id -g "$app" &>/dev/null || sudo addgroup "$app" --system --quiet id -u "$app" &>/dev/null || sudo adduser "$app" \ --ingroup "$app" --system --quiet --shell /bin/bash