automa/services/shadowsocks
m1ngsama 2ae28fb0a7 fix: export .env vars with set -a so envsubst can see them
source without set -a sets vars in current shell but does not export them.
Child processes like envsubst cannot see unexported vars, causing all
template substitutions to produce empty strings.

Fix: set -a before source, set +a after — auto-exports every assigned var.
2026-02-28 02:04:26 +08:00
..
client fix: export .env vars with set -a so envsubst can see them 2026-02-28 02:04:26 +08:00
server fix: export .env vars with set -a so envsubst can see them 2026-02-28 02:04:26 +08:00