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)
|
||||
if [[ $SSHDSTATUS == "active" ]];
|
||||
then
|
||||
SSHWARN="🐧|"
|
||||
SSHWARN="🐧"
|
||||
else
|
||||
SSHWARN=""
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue