From bd47901cdeebe71d76bb9522700c830d69725a81 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 17 Feb 2015 11:03:27 +0100 Subject: [PATCH] Modify owner for enable scripts Close issue #15 --- installer/install2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/install2.sh b/installer/install2.sh index b18b944f..65f71155 100755 --- a/installer/install2.sh +++ b/installer/install2.sh @@ -3,7 +3,7 @@ # T-Pot Community Edition post install script # # Ubuntu server 14.04, x64 # # # -# v0.43 by mo, DTAG, 2015-02-16 # +# v0.44 by mo, DTAG, 2015-02-17 # ######################################################## # Let's make sure there is a warning if running for a second time @@ -123,6 +123,7 @@ cp -R /root/tpotce/upstart/* /etc/init/ # Let's modify some ownership / access rights chmod 660 -R /data chown tpot:tpot -R /data +chown tsec:tsec /home/tsec/*.sh # Final steps fuECHO "### Thanks for your patience. Now rebooting."