You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -92,18 +92,18 @@ Configure the **Pritunl Client GitHub Action** using a declarative syntax, makin
92
92
93
93
*`client-id` — a string representing the primary client ID, which is a single identifier generated during the profile setup process.
94
94
- Example:
95
-
```
96
-
client_id="6p5yiqbkjbktkrz5"
95
+
```text
96
+
6p5yiqbkjbktkrz5
97
97
```
98
98
* `client-ids` — a JSON array containing all client IDs and names in the profile, with each entry represented as a key-value pair (e.g., `{"id":"client_id","name":"profile_name"}`).
# This function contains code to install the Pritunl client on Linux.
@@ -365,11 +370,21 @@ setup_profile_file() {
365
370
echo -e "${TTY_EMOJI_SCROLL} The profile has been configured, ${TTY_BLUE_NORMAL}step outputs${TTY_COLOR_RESET} generated, and profile $(pluralize_word $profile_server_count"server") are now ready for connection establishment."
366
371
367
372
if [[ "${PRITUNL_CONCEALED_OUTPUTS}"!="true" ]];then
368
-
# Display Primary Client ID (string, bash variable)
0 commit comments