diff options
Diffstat (limited to 'git-maintenance/store.sh')
-rwxr-xr-x | git-maintenance/store.sh | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/git-maintenance/store.sh b/git-maintenance/store.sh index 432998f..3e442a2 100755 --- a/git-maintenance/store.sh +++ b/git-maintenance/store.sh @@ -145,7 +145,14 @@ if [ "$(curl -s "$URLPFX"/dog.sh | sha256sum)" = "$(cat encrypted/dog.sh | sha25 # some imagine anger to process disconnected parts. cd "$MAINTDIR" -node bsvup/cli.js upload -f "$GITDIR"/encrypted -t dir -p "${PASS#pass:}" -v # -b +node bsvup/cli.js upload -f "$GITDIR"/encrypted -t dir -p "${PASS#pass:}" -v || { + # -b + echo + echo "I found a small adjustment that helped with random corruption error:" + echo " patch -p1 < magic/mysterious*.patch" + echo "I wish I had the capacity to resolve the problem for real." + echo +} # 'is this a good way to be' <- habit's task for self and others, by living # the best way to be it can. |