mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-30 19:50:09 +00:00
fixed fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f67063329f
commit
d8af72fe8e
@ -44,7 +44,7 @@ $(SERVER_CONF): $(SERVER_TPL) $(SERVER_KEY)
|
|||||||
@ mkdir -p $(CLIENT_DIR)
|
@ mkdir -p $(CLIENT_DIR)
|
||||||
cat "$<" \
|
cat "$<" \
|
||||||
| sed \
|
| sed \
|
||||||
-e 's/\$${DNS}/$(subst /*,,$(DNS))/g' \
|
-e 's/\$${DNS}/$(patsubst /%,,$(DNS))/g' \
|
||||||
-e 's/\$${ENDPOINT}/$(ENDPOINT)/g' \
|
-e 's/\$${ENDPOINT}/$(ENDPOINT)/g' \
|
||||||
-e 's/\$${ENDPOINT_PORT}/$(ENDPOINT_PORT)/g' \
|
-e 's/\$${ENDPOINT_PORT}/$(ENDPOINT_PORT)/g' \
|
||||||
-e 's/\$${ALLOWED_IPS}/$(subst /,\/,$(ALLOWED_IPS))/g' \
|
-e 's/\$${ALLOWED_IPS}/$(subst /,\/,$(ALLOWED_IPS))/g' \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user