From 1623b9a89294c28a3f0e2b006848a820dd284efb Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 20 Sep 2021 03:05:42 +0200 Subject: [PATCH] shutdown --- actions/p4n.swarmscraper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/p4n.swarmscraper.sh b/actions/p4n.swarmscraper.sh index e7d71b1..35ed05b 100755 --- a/actions/p4n.swarmscraper.sh +++ b/actions/p4n.swarmscraper.sh @@ -15,6 +15,7 @@ G1PUB=$(cat ~/.zen/secret.dunikey | grep 'pub:' | cut -d ' ' -f 2) && [[ ! $G1PU IPFSNODEID=$(ipfs --timeout=20s id -f='\n' 2>/dev/null) && [[ $IPFSNODEID == "" ]] && echo 'NO IPFS RUNNING. EXIT' && exit 1 [ ! -d ~/.zen/ipfs/.$IPFSNODEID/astroport ] && echo 'ASTROPORT NOT READY' && exit 1 +exit 0 ## INSTALL MISSING PACKAGES if [[ -f /etc/sudoers.d/apt ]]; then for i in chromium nmap httrack imagemagick; do