5
0
Fork 1
forked from encrypt/toot

fix on args check

This commit is contained in:
encrypt 2018-04-10 12:24:37 +00:00
parent 51b80d1629
commit f2e59e7840

View file

@ -52,7 +52,7 @@ toot_post(){
image_to_toot=""
if [ -z "$@" ]
if [ $# -eq 0 ]
then
toot_help
exit 1