oasis --allow-host oasis.astroport.com --host oasis.astroport.com &

This commit is contained in:
qo-op 2020-06-06 14:50:38 +02:00
parent 78333587ef
commit 98866e605f
1 changed files with 2 additions and 0 deletions

View File

@ -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