summaryrefslogtreecommitdiff
path: root/.duply
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-08 10:38:45 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-08 10:38:51 -0700
commit428e8c3fab9361c3ddb72848da8a6ce7a21babb6 (patch)
treec452f74b9c585765b6fd0d72f7a4c0a35f4b7085 /.duply
parent29815e6a8d279f3dd34619993406fac9d7cfdd90 (diff)
downloaddotfiles-428e8c3fab9361c3ddb72848da8a6ce7a21babb6.tar.gz
melete duply config: exit non-zero if can't source lib-src files
We don't want to operate with only part of the full configuration. If duply used a POSIX-compliant sh, this change would be unneeded.
Diffstat (limited to '.duply')
-rw-r--r--.duply/melete-spwhitton-home/conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.duply/melete-spwhitton-home/conf b/.duply/melete-spwhitton-home/conf
index e70cf7c0..e86a3507 100644
--- a/.duply/melete-spwhitton-home/conf
+++ b/.duply/melete-spwhitton-home/conf
@@ -1,2 +1,2 @@
-. ~/src/dotfiles/lib-src/duply/common.sh
-. ~/src/dotfiles/lib-src/duply/workstation.sh
+. ~/src/dotfiles/lib-src/duply/common.sh || exit
+. ~/src/dotfiles/lib-src/duply/workstation.sh || exit