forked from bida/MastodonMegafono
fix
This commit is contained in:
parent
49f2fe2895
commit
e5d03923ec
1 changed files with 1 additions and 1 deletions
2
toot.sh
2
toot.sh
|
@ -105,7 +105,7 @@ do
|
|||
esac
|
||||
done
|
||||
|
||||
if [ $MASTODON_TOKEN = "" ]
|
||||
if [ "$MASTODON_TOKEN" = "" ]
|
||||
then
|
||||
echo "no token set"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue