From f46c455770495604ea414808f570f10d9719f9d6 Mon Sep 17 00:00:00 2001 From: Yalh Date: Mon, 28 Jan 2019 02:05:14 +0100 Subject: [PATCH] Fix SU pleroma --- scripts/install | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index 7cc5a03..3ee44fc 100755 --- a/scripts/install +++ b/scripts/install @@ -249,27 +249,32 @@ fi # Give permission to the final_path chown -R "$app":"$app" "$final_path" -pushd $final_path/$app + # Install dependecies -su "$app" <