mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
fix typo
This commit is contained in:
parent
c27c13d617
commit
e741f97f9a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ fi
|
||||||
function fuGETTPOT_STATUS {
|
function fuGETTPOT_STATUS {
|
||||||
# T-Pot Status
|
# T-Pot Status
|
||||||
myTPOT_STATUS=$(systemctl status tpot | grep "Active" | awk '{ print $2 }')
|
myTPOT_STATUS=$(systemctl status tpot | grep "Active" | awk '{ print $2 }')
|
||||||
if [ "$myTPOT_STATUS" == "Active" ];
|
if [ "$myTPOT_STATUS" == "active" ];
|
||||||
then
|
then
|
||||||
echo "${myGREEN}ACTIVE"
|
echo "${myGREEN}ACTIVE"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue