lesion 5 years ago
parent
commit
e5d03923ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toot.sh

+ 1 - 1
toot.sh

@@ -105,7 +105,7 @@ do
     esac
 done
 
-if [ $MASTODON_TOKEN = "" ]
+if [ "$MASTODON_TOKEN" = "" ]
 then
     echo "no token set"
     exit 1