lesion hace 5 años
padre
commit
e5d03923ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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