Skip to content

Commit 5bd70f6

Browse files
authored
idk
1 parent ff9ef3c commit 5bd70f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pritunl-nginx-proxy/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ else
4848
ATTEMPTS=0
4949
MAX_ATTEMPTS=12
5050
while [ $ATTEMPTS -lt $MAX_ATTEMPTS ]; do
51-
if if pritunl-client list | grep -q "|.*Active.*|"; then
51+
if pritunl-client list | grep -q "|.*Active.*|"; then
5252
log "VPN connection established successfully!"
5353
break
5454
fi

0 commit comments

Comments
 (0)