From 694771708ade4483b68b031066243d52ffc7ba0f 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 <