summaryrefslogtreecommitdiff
path: root/src/lib/config.sync.source.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-13 09:38:37 +0300
committerPaul Buetow <paul@buetow.org>2026-06-13 09:38:37 +0300
commit3ace65858ebce3af6b1795a4417095626c037aa7 (patch)
tree4654562555270096a68ec2a4b85be284bf774e71 /src/lib/config.sync.source.sh
parent4c148998e65107e6bea01325060d728731e08aab (diff)
jm0: centralize runtime config defaults
Diffstat (limited to 'src/lib/config.sync.source.sh')
-rw-r--r--src/lib/config.sync.source.sh2
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