mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
fix typo
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user