This commit is contained in:
2023-06-22 14:31:41 +02:00
parent a4ffb097ea
commit 14a59e5c66

View File

@@ -120,9 +120,10 @@ function main() {
console_log "[$host] Failed to connect to VPN: [$vpn]. Skipping to the next VPN." "error"
fi
done
return 0
}
while true; do
main
:
main &
wait $!
done