From 4446560915b8bde29d504fec17b5b079b8c30805 Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Thu, 3 Sep 2020 07:17:57 +0200 Subject: [PATCH] mbv-gitea-upd.sh -bugfix --- mbv-gitea-upd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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