aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ak-cjdns-scanner2
-rwxr-xr-xbin/ak-news4
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/ak-cjdns-scanner b/bin/ak-cjdns-scanner
index 875852d..8e3cd9d 100755
--- a/bin/ak-cjdns-scanner
+++ b/bin/ak-cjdns-scanner
@@ -24,8 +24,8 @@ dumpLinks \
| while read -r ip || [ -n "$ip" ]
do
node_info="`curl \
- -A 'akd/0.1.0; https://github.com/arching-kaos' \
--connect-timeout 3 \
+ -A 'akd/0.1.0; https://github.com/arching-kaos' \
"http://[$(publictoip6 $ip)]:8610/v0/node_info" 2>/dev/null`"
if [ "$?" == "0" ]
then
diff --git a/bin/ak-news b/bin/ak-news
index 875b888..5865d15 100755
--- a/bin/ak-news
+++ b/bin/ak-news
@@ -73,11 +73,11 @@ _ak_modules_news_index(){
DATE="$(echo $FILE | cut -d - -f 1 | awk '{print $1}')"
TITLE="$(head -n 1 $ZNEWSDIR/$FILE)"
IPFS_HASH="$(ipfs add -nQ $ZNEWSDIR/$FILE)"
- ONLINE="Not in zchain"
+ ONLINE="offzchain"
grep "$IPFS_HASH" temp > /dev/null 2>&1
if [ $? -eq 0 ]
then
- ONLINE="On zchain"
+ ONLINE="on-zchain"
fi
printf "%3d | %5s | %52s | %10s | %56s \n"\
"$i" "$ONLINE" "$IPFS_HASH" "$DATE" "$TITLE"