diff --git a/mbv-gitea-upd.sh b/mbv-gitea-upd.sh index 66e7818..a1a997d 100755 --- a/mbv-gitea-upd.sh +++ b/mbv-gitea-upd.sh @@ -4,7 +4,7 @@ echo "* Update gitea *" echo "****************" GITEA_BIN=`which gitea` -if [ "$GITEA_BIN" == "*gitea*" ]; then +if [ "$GITEA_BIN" == "*gitea*" ]; then echo "Gitea is not installed..." exit 0 fi