Modify owner for enable scripts

Close issue #15
This commit is contained in:
t3chn0m4g3 2015-02-17 11:03:27 +01:00
parent 51905184f1
commit bd47901cde

View file

@ -3,7 +3,7 @@
# T-Pot Community Edition post install script # # T-Pot Community Edition post install script #
# Ubuntu server 14.04, x64 # # 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 # 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 # Let's modify some ownership / access rights
chmod 660 -R /data chmod 660 -R /data
chown tpot:tpot -R /data chown tpot:tpot -R /data
chown tsec:tsec /home/tsec/*.sh
# Final steps # Final steps
fuECHO "### Thanks for your patience. Now rebooting." fuECHO "### Thanks for your patience. Now rebooting."