From 98866e605f12fcfbfb2606fa9cca5cb3f9517c78 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sat, 6 Jun 2020 14:50:38 +0200 Subject: [PATCH] oasis --allow-host oasis.astroport.com --host oasis.astroport.com & --- cron_MINUTE.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index efcf2d0..4dd02cd 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -25,6 +25,8 @@ if [[ "$WHOAMI" == "" ]]; then kill -9 $(ps auxf --sort=+utime | grep -w 'ssb-server' | grep -v -E 'color=auto|grep' | tail -n 1 | awk '{print $2}') kill -9 $(ps auxf --sort=+utime | grep -w 'oasis' | grep -v -E 'color=auto|grep' | tail -n 1 | awk '{print $2}') ssb-server start & + sleep 22 + oasis --allow-host oasis.astroport.com --host oasis.astroport.com & fi ######################################################################## # HELP DEVLT: Search "TODO" in code