disable lan test for oasis

This commit is contained in:
poka 2020-06-04 15:12:55 +02:00
parent a8d98f2d84
commit af55b644bf
1 changed files with 5 additions and 5 deletions

View File

@ -125,13 +125,13 @@ isOASIS=$(ps auxf --sort=+utime | grep -w oasis | grep -v -E 'color=auto|grep' |
echo "Starting OASIS with good $NODENAME & network config"
echo "TODO: add to your /etc/rc.local or systemd or initV !!!"
if [[ ! $isLAN ]]; then
### TODO: unlock oasis restrictions!! CANNOT MAKE PRIVATE MESSAGE => Feddless.social CAN add it as module on loveland portal!!)
#if [[ ! $isLAN ]]; then
# ### TODO: unlock oasis restrictions!! CANNOT MAKE PRIVATE MESSAGE => Feddless.social CAN add it as module on loveland portal!!)
# oasis --allow-host $NODENAME --host $NODENAME --public 2>&1>/dev/null &
echo "--public = OASIS STATION IS IN VIEWING MODE ONLY..."
else
# echo "--public = OASIS STATION IS IN VIEWING MODE ONLY..."
#else
# oasis --allow-host $NODENAME --host $NODENAME 2>&1>/dev/null &
fi
#fi
#sleep 5