From 4b440bf2ac559b810140abfd36a767c7f1e3639f Mon Sep 17 00:00:00 2001 From: Moul Date: Thu, 29 Nov 2018 15:10:45 +0100 Subject: [PATCH] [fix] wrong log path. --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ccf0bdf..ee17e39 100755 --- a/scripts/install +++ b/scripts/install @@ -54,7 +54,7 @@ sudo duniter reset data > /dev/null sudo duniter webstart # Add Duniter service to the YunoHost monitoring -sudo yunohost service add $app --log /home/admin/.config/$app/"$app"_default/"$app".log +sudo yunohost service add $app --log /root/.config/$app/"$app"_default/"$app".log CONFIG_SSOWAT CONFIG_NGINX