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 ..."