fix seperator
This commit is contained in:
parent
eb9418acb9
commit
2998d5dd87
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ esac
|
||||||
SSHDSTATUS=$(systemctl is-active ssh)
|
SSHDSTATUS=$(systemctl is-active ssh)
|
||||||
if [[ $SSHDSTATUS == "active" ]];
|
if [[ $SSHDSTATUS == "active" ]];
|
||||||
then
|
then
|
||||||
SSHWARN="🐧|"
|
SSHWARN="🐧"
|
||||||
else
|
else
|
||||||
SSHWARN=""
|
SSHWARN=""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue