From 9ec38852ae8172e7a43590d32ab8f5a4974f8c7b Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Thu, 5 Oct 2017 22:46:48 +0000 Subject: [PATCH] test 2 --- update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 901527e0..1266b8a5 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,5 @@ #!/bin/bash -### test 1 +### test 2 ################################################### # Do not change any contents of this script! ################################################### @@ -20,6 +20,8 @@ if [ "$myWHOAMI" != "root" ] exit fi +echo "#############>>>>>> I just got updated WOOT" + # Check for existing tpot.yml function fuCONFIGCHECK () { echo "### Checking for T-Pot configuration file ..."