mbv-gitea-upd.sh

-bugfix
This commit is contained in:
2020-09-03 07:17:57 +02:00
parent 136fe35261
commit 4446560915

View File

@@ -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