Skip to content

Commit 08bb9cd

Browse files
committed
Update README.md
1 parent 292037e commit 08bb9cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ Because of the way OpenConnect works with the particular Global Protect VPN
99
endpoint I'm using (requires a 2FA auth based on an Okta prompt) I actually
1010
didn't put the connection script in the container image itself.
1111

12-
Instead I just put a generic entrypoint shell script in there that does nothing.
13-
I pre-loaded the binaries for TOTP creation and the openconnect client in the
14-
image.
12+
Instead I just put a generic entrypoint shell script in there that does
13+
nothing. I pre-loaded the binaries for TOTP creation and the openconnect
14+
client in the image.
1515

16-
Then I bind-mount a shell script from a /mnt/data dir.
16+
Then I bind-mount a shell script from a `/mnt/data` sub-directory (so it persists
17+
across upgrades).
1718

1819
And finally I overload the command at runtime to execute that script instead
1920
of the built-in info-message/generic entrypoint script.
2021

21-
2222
## Usage:
2323

2424
Edit `connect-example.sh` to match your needs (or create a different

0 commit comments

Comments
 (0)