fix seperator

This commit is contained in:
Morgan McMillian 2021-07-17 10:35:16 -07:00
parent eb9418acb9
commit 2998d5dd87

View file

@ -27,7 +27,7 @@ esac
SSHDSTATUS=$(systemctl is-active ssh)
if [[ $SSHDSTATUS == "active" ]];
then
SSHWARN="🐧|"
SSHWARN="🐧"
else
SSHWARN=""
fi