From e741f97f9aa6358e4718af16cb8ed1f8986043eb Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Mon, 7 Feb 2022 17:07:17 +0000 Subject: [PATCH] fix typo --- bin/dps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dps.sh b/bin/dps.sh index 6a481099..49ee9d09 100755 --- a/bin/dps.sh +++ b/bin/dps.sh @@ -29,7 +29,7 @@ fi function fuGETTPOT_STATUS { # T-Pot Status myTPOT_STATUS=$(systemctl status tpot | grep "Active" | awk '{ print $2 }') -if [ "$myTPOT_STATUS" == "Active" ]; +if [ "$myTPOT_STATUS" == "active" ]; then echo "${myGREEN}ACTIVE" else