mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-23 00:45:36 +02:00
* Values without a backing env var should not be expanded * Add unit tests for sourcing behavior * Replace godotenv with shell lib
4 lines
34 B
Bash
4 lines
34 B
Bash
FOO=${bar:-qux}
|
|
BAR=xxx
|
|
BAZ=$NOPE
|