fix webapi (#3531)

This commit is contained in:
/rootzoll 2022-12-16 11:16:22 +01:00 committed by GitHub
parent 54c66559e0
commit 0ce4cca4ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,8 +188,6 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
exit 1
fi
curl -s "https://api.github.com/repos/fusion44/blitz_api/branches/master" | grep -c "\"name\": \"master\""
echo "# INSTALL Web API ..."
# clean old source
rm -r /root/blitz_api 2>/dev/null