From aa42216b064dc1a2b3feef183853bb29021065ba Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 1 Nov 2020 18:15:30 +0100 Subject: [PATCH] fix install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7816a33..fccf3c3 100755 --- a/scripts/install +++ b/scripts/install @@ -227,7 +227,7 @@ pushd $final_path/$app sleep 60 # Add user - su pleroma -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl user new $admin $admin_email --password $password --moderator --admin -y" + su "$app" -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl user new $admin $admin_email --password $password --moderator --admin -y" popd #=================================================