From 7c041411a8aa9981689a47511611b2931c73746b Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Mon, 14 Dec 2015 14:32:30 +0100 Subject: [PATCH] update /data folder layout --- installer/install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index 565a2e65..1a8efcfd 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -3,7 +3,7 @@ # T-Pot post install script # # Ubuntu server 14.04.3, x64 # # # -# v16.03.1 by mo, DTAG, 2015-12-11 # +# v16.03.2 by mo, DTAG, 2015-12-14 # ######################################################## # Type of install, SENSOR or FULL? @@ -273,7 +273,9 @@ chmod 644 /root/tpot/upstart/* # Let's create some files and folders fuECHO "### Creating some files and folders." -mkdir -p /data/ews/log /data/ews/conf /data/ews/cowrie /data/ews/dionaea /data/ews/glastopf /data/ews/honeytrap /data/elk/data /data/elk/log /data/suricata/log /home/tsec/.ssh/ +mkdir -p /data/ews/log /data/ews/conf /data/ews/dionaea /data/ews/glastopf /data/ews/honeytrap \ + /data/elk/data /data/elk/log /data/suricata/log /data/glastopf /data/dionaea /data/cowrie \ + /data/honeytrap /home/tsec/.ssh/ # Let's copy some files cp -R /root/tpot/bin/* /usr/bin/