git ssb

0+

cel-desktop / ssb-pkg



Commit cc78d8d102860559afcb45fb453361b6545d9ae6

Don't wrap script in command group

It is not necessary, since the script is delivered via a ssb blob
which is atomic.
cel committed on 5/17/2020, 7:43:22 PM
Parent: 9ba0eebf21dbb4863594eab67fa0e7d85a15c435

Files changed

prelude/install.shchanged
prelude/install.shView
@@ -1,6 +1,5 @@
11 #!/bin/sh
2-{
32 blobs_base=${SSB_BLOBS_BASE:-http://localhost:8989/blobs/get/}
43
54 system=$(uname -sm) || exit 1
65 case "$system" in
@@ -31,5 +30,4 @@
3130 "$node_bin" "$install_js"
3231 rc=$?
3332 rm -rf "$tmp_dir"
3433 exit $rc
35-}

Built with git-ssb-web