From 0ed60329b80c7e83b68107b2c5ec291277674f41 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 27 Dec 2019 19:45:38 +0000 Subject: [PATCH] tweak installer fixes #389 --- iso/installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 44c159fb..2a13b010 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -813,11 +813,11 @@ chmod 770 -R /data if [ "$myTPOT_DEPLOYMENT_TYPE" == "iso" ]; then usermod -a -G tpot tsec + chown tsec:tsec -R /home/tsec/.ssh else usermod -a -G tpot $(who am i | awk '{ print $1 }') fi chown tpot:tpot -R /data -chown tsec:tsec -R /home/tsec/.ssh chmod 644 -R /data/nginx/conf chmod 644 -R /data/nginx/cert