diff --git a/T-Pot16.03.png b/T-Pot16.03.png deleted file mode 100644 index 42a1f153..00000000 Binary files a/T-Pot16.03.png and /dev/null differ diff --git a/installer/install.sh b/installer/install.sh index 2a5dc459..71dbdbb0 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.11 by mo, DTAG, 2016-03-02 # +# v16.03.12 by mo, DTAG, 2016-03-03 # ######################################################## # Type of install, SENSOR, INDUSTRIAL or FULL? @@ -316,6 +316,9 @@ for i in $(cat /data/images.conf); cp /data/upstart/$i.conf /etc/init/; done +# Let's turn persistence off by default +touch /data/persistence.off + # Let's take care of some files and permissions chmod 760 -R /data chown tpot:tpot -R /data