missed an e

This commit is contained in:
admin 2026-02-02 08:57:04 -07:00
parent be0be864fb
commit 7f8c33206f

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# 1. ROBUST ENV SOURCING (Strips quotes and exports vars) # 1. ROBUST ENV SOURCING (Strips quotes and exports vars)
NV_PATH="/docker/keepalived/.env" ENV_PATH="/docker/keepalived/.env"
if [ -f "$ENV_PATH" ]; then if [ -f "$ENV_PATH" ]; then
while read -r line || [ -n "$line" ]; do while read -r line || [ -n "$line" ]; do
# Skip comments and empty lines # Skip comments and empty lines