Dateien nach "scripts" hochladen

This commit is contained in:
2026-04-20 16:23:26 +02:00
parent 1b2ecf8043
commit 600f4338ff
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ start_and_verify() {
while [[ $tries -lt 18 ]]; do
sleep 5; echo -n "."
docker exec gluetun wget -qO- https://ipinfo.io/ip &>/dev/null && { vpn_ok=true; break; }
((tries++))
tries=$((tries+1))
done
echo