kubo/cmd/ipfs
Oli Evans c18760060b
fix: show interactive output from install.sh
When trying out the latest rc, i used the `./install.sh`
It hung, with no output. I removed the 2> /dev/null and
it turned out mv was waiting for user input to confirm
the change of file permssions from 555 to 755.

This PR removes piping the output from mv to /dev/null
as it seems like the safest fix.

An alternative would be to just add -f but i've err'd
on the side of caution.

If also tweaked the second condition basedo on the
recommendations of shellcheck
see: https://github.com/koalaman/shellcheck/wiki/SC2166

License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2019-02-26 13:46:40 +00:00
..
dist fix: show interactive output from install.sh 2019-02-26 13:46:40 +00:00
util Update protobuf 2019-02-18 20:46:22 +01:00
.gitignore make: rework makefiles for non-recursive make and add sharness coverage 2017-02-12 01:18:40 +01:00
daemon.go gx: update go-ipfs-cmds 2019-02-25 16:45:43 -07:00
dnsresolve_test.go gx: update deps 2019-01-08 19:19:34 -08:00
init.go gx: update go-ipfs-cmds 2019-02-25 16:45:43 -07:00
ipfs.go gx: update go-ipfs-cmds 2019-02-25 16:45:43 -07:00
main.go gx: update go-ipfs-cmds 2019-02-25 16:45:43 -07:00
Rules.mk mk: embed CurrentCommit in the right place 2018-09-21 11:52:20 +02:00
runmain_test.go make: rework makefiles for non-recursive make and add sharness coverage 2017-02-12 01:18:40 +01:00