mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 22:47:03 +01:00
fix webapi (#3531)
This commit is contained in:
parent
54c66559e0
commit
0ce4cca4ec
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue