From e5d03923ec45351ceba69d367c7070352939c006 Mon Sep 17 00:00:00 2001 From: lesion Date: Tue, 19 Mar 2019 12:22:54 +0100 Subject: [PATCH] fix --- toot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toot.sh b/toot.sh index 8f59333..03b43cb 100755 --- a/toot.sh +++ b/toot.sh @@ -105,7 +105,7 @@ do esac done -if [ $MASTODON_TOKEN = "" ] +if [ "$MASTODON_TOKEN" = "" ] then echo "no token set" exit 1