#!/bin/bash DURATION=$(/dev/null WEB_RES=$? if [ $WEB_RES != 0 ]; then echo "RoboSats UI is unreachable, please wait" >&2 exit 61 fi fi