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) SSHDSTATUS=$(systemctl is-active ssh)
if [[ $SSHDSTATUS == "active" ]]; if [[ $SSHDSTATUS == "active" ]];
then then
SSHWARN="🐧|" SSHWARN="🐧"
else else
SSHWARN="" SSHWARN=""
fi fi