This commit is contained in:
qo-op 2020-05-04 03:07:47 +02:00
parent 9ad625e4b5
commit 9b75bedc8d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ HIT ENTER TO CONTINUE
'
read letsgo
[[ $(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d " " -f 1) ]] || echo "ipfs daemon not running. EXIT" && exit 1
[[ ! $(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d " " -f 1) ]] && echo "ipfs daemon not running. EXIT" && exit 1
# git & astroport code in ~/.zen