From ad7f3a648574455f29aaeb3b1ad1f602ca18173f Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Thu, 16 May 2019 07:26:42 +0000 Subject: [PATCH] Add Spacing --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 77f4e3b1..32986fcc 100755 --- a/update.sh +++ b/update.sh @@ -253,11 +253,11 @@ echo "### https://raw.githubusercontent.com/dtag-dev-sec/tpotce/master/etc/objec echo "### Export and import the objects easily through the Kibana WebUI:" echo "### Go to Kibana > Management > Saved Objects > Export / Import" echo "### All objects will be overwritten upon import, make sure to run an export first." -echo } function fuRESTORE_EWSCFG () { if [ -f '/data/ews/conf/ews.cfg' ] && ! grep 'ews.cfg' /opt/tpot/etc/tpot.yml > /dev/null; then + echo echo "### Restoring volume mount for ews.cfg in tpot.yml" sed -i '/\/opt\/ewsposter\/ews.ip/a\\ \ \ \ \ - /data/ews/conf/ews.cfg:/opt/ewsposter/ews.cfg' /opt/tpot/etc/tpot.yml fi @@ -265,6 +265,7 @@ fi function fuRESTORE_HPFEEDS () { if [ -f '/data/ews/conf/hpfeeds.cfg' ]; then + echo echo "### Restoring HPFEEDS in tpot.yml" ./bin/hpfeeds_optin.sh --conf=/data/ews/conf/hpfeeds.cfg fi