From 919988a69438ef4eab174f26e9fc98662a324769 Mon Sep 17 00:00:00 2001 From: olpc user Date: Fri, 10 Jan 2020 18:18:03 -0800 Subject: workaround to issue --- git-maintenance/store.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'git-maintenance/store.sh') 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. -- cgit v1.2.3