From 3f8b2b2e0af38de2a8412448e8212786a547a3db Mon Sep 17 00:00:00 2001 From: Yalh Date: Mon, 28 Jan 2019 02:22:02 +0100 Subject: [PATCH] Fix PATH --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 7e40626..4208c87 100755 --- a/scripts/install +++ b/scripts/install @@ -252,7 +252,7 @@ chown -R "$app":"$app" "$final_path" # Install dependecies su -l "$app" -s /bin/bash <