missed an e
This commit is contained in:
parent
be0be864fb
commit
7f8c33206f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# 1. ROBUST ENV SOURCING (Strips quotes and exports vars)
|
||||
NV_PATH="/docker/keepalived/.env"
|
||||
ENV_PATH="/docker/keepalived/.env"
|
||||
if [ -f "$ENV_PATH" ]; then
|
||||
while read -r line || [ -n "$line" ]; do
|
||||
# Skip comments and empty lines
|
||||
|
|
|
|||
Loading…
Reference in a new issue