Merge branch 'master' of tomasino/SLBR into master

This commit is contained in:
Ben Harris 2019-03-22 11:37:54 -04:00 committed by Gitea
commit bf7e22820a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ fi
suicidePostCommand() {
if [ $? -ne 0 ]; then
ssh -o "StrictHostKeyChecking no" testuser@10.123.168.1 &
echo "====YOU HAVE BEEN ELIMINATED===="
echo "$(tput setaf 3)====$(tput setaf 1)$(tput bold)YOU HAVE BEEN ELIMINATED$(tput sgr0)$(tput setaf 3)====$(tput sgr0)"
sleep 2
fi
}