source /home/$YOU/.profile

This commit is contained in:
qo-op 2020-06-06 03:54:36 +02:00
parent 1e2d73327a
commit de515799c4
1 changed files with 2 additions and 1 deletions

View File

@ -15,12 +15,13 @@ ME="${0##*/}"
####
export YOU=$(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d " " -f 1) || er+=" ipfs daemon not running"
source /home/$YOU/.profile
export IPFSNODEID=$(ipfs id -f='<id>\n') || er+=" ipfs id problem"
export WHOAMI=$($MY_PATH/zen/tools/timeout.sh -t 3 sbotc whoami | jq -r .id)
if [[ "$WHOAMI" == "" ]]; then
### oasis ssb-server not responding!!!
[[ ! $(which ssb-server) ]] && echo "sboc/SSB-SERVER IMPOSSIBLE..." && exit 1
[[ ! $(whereis ssb-server) ]] && echo "sboc/SSB-SERVER IMPOSSIBLE..." && exit 1
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 &