diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-13 09:38:37 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-13 09:38:37 +0300 |
| commit | 3ace65858ebce3af6b1795a4417095626c037aa7 (patch) | |
| tree | 4654562555270096a68ec2a4b85be284bf774e71 /src/lib/config.sync.source.sh | |
| parent | 4c148998e65107e6bea01325060d728731e08aab (diff) | |
jm0: centralize runtime config defaults
Diffstat (limited to 'src/lib/config.sync.source.sh')
| -rw-r--r-- | src/lib/config.sync.source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.sync.source.sh b/src/lib/config.sync.source.sh index d2256d3..b9362ac 100644 --- a/src/lib/config.sync.source.sh +++ b/src/lib/config.sync.source.sh @@ -5,7 +5,7 @@ sync_dist() { resolve_sync_destinations sync_destinations - if [ "${SYNC_DELETE:-yes}" = yes ]; then + if [ "$SYNC_DELETE" = yes ]; then rsync_args+=(--delete) fi |
