From 62a95186baf68a3f399b3046a2e992fddd78ccd5 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sat, 26 Jan 2019 03:37:57 +0100 Subject: [PATCH] Fix install --- scripts/install | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/install b/scripts/install index 680c9c7..c6d8579 100755 --- a/scripts/install +++ b/scripts/install @@ -139,6 +139,11 @@ CHECK_STATEDIRPATH () { # Vérifie que le dossier de destination n'est pas d CHECK_STATEDIRPATH ynh_app_setting_set "$app" statedir "$statedir" + + +final_logpath="/var/log/$app" +ynh_app_setting_set "$app" final_logpath "$final_logpath" + #================================================= # NGINX CONFIGURATION #=================================================