Update 30-nginx.sh

This commit is contained in:
Alexandre
2022-06-18 06:27:33 +02:00
committed by GitHub
parent 247b5eb0e8
commit d95a59803d

View File

@@ -40,6 +40,7 @@ LATEST_RELEASE=$(curl -f -s --retry 5 -L https://api.github.com/repos/wdaan/vuet
cut -d : -f 2,3 |
tr -d \" |
xargs)
[ "$DEBUG" = "debug" ] && echo "url: $LATEST_RELEASE"
[ "$DEBUG" = "debug" ] && echo "Before curl"
curl -f -s -S -O -J -L "$LATEST_RELEASE"