[PR #116] [CLOSED] usernames must be quoted. #475

Closed
opened 2026-03-02 08:35:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hwdsl2/docker-ipsec-vpn-server/pull/116
Author: @obarisk
Created: 1/16/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 70c3eb0 usernames must be quoted.

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 vpn.env.example (+3 -2)

📄 Description

run.sh source vpn.env to import variables.
because

var=values values

is not valid.
it has to be quoted like

var="values values"

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hwdsl2/docker-ipsec-vpn-server/pull/116 **Author:** [@obarisk](https://github.com/obarisk) **Created:** 1/16/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`70c3eb0`](https://github.com/hwdsl2/docker-ipsec-vpn-server/commit/70c3eb0f872748f54fa6523cda1ec2eb81b9de18) usernames must be quoted. ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `vpn.env.example` (+3 -2) </details> ### 📄 Description run.sh source **vpn.env** to import variables. because ```bash var=values values ``` is not valid. it has to be quoted like ```bash var="values values" ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 08:35:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-ipsec-vpn-server#475
No description provided.