diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2020-01-09 05:56:42 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2020-01-09 05:56:42 -0800 |
commit | df85e0f3b011b5ebc53a9f3a659473be41a72c18 (patch) | |
tree | 0619e665f0bce22dfaa9986c691dd1ecb24c6fef | |
parent | 57c0a0f587112ce5737d6034b28eb388c531e3e6 (diff) | |
download | standingwithresilience-df85e0f3b011b5ebc53a9f3a659473be41a72c18.tar.gz standingwithresilience-df85e0f3b011b5ebc53a9f3a659473be41a72c18.zip |
fixed bug that pursuit process was causing flashbacks for
-rwxr-xr-x | git-maintenance/store.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-maintenance/store.sh b/git-maintenance/store.sh index a1edb86..4a01ca3 100755 --- a/git-maintenance/store.sh +++ b/git-maintenance/store.sh @@ -129,7 +129,7 @@ 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")" -v # -b +node bsvup/cli.js upload -f "$GITDIR"/encrypted -t dir -p "${PASS#pass:}" -v # -b # 'is this a good way to be' <- habit's task for self and others, by living # the best way to be it can. |