You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
[ "$RETVAL"!="" ] &&echo"[*] constellation node at $CONSTELLATION_PORT is now up."
[ "$RETVAL"=="" ] &&echo"[*] constellation node at $CONSTELLATION_PORT is still starting. Awaiting 5 seconds."&& sleep 5
done
echo"[*] resuming start procedure"
set -e
}
If Constellation never starts, there seems to be an infinite loop and the script does not finish or reports an error to the caller, so it is not usable from other programs (like the Monitor).
The text was updated successfully, but these errors were encountered:
alastria-node/scripts/start.sh
Lines 10 to 23 in 6217d0a
If Constellation never starts, there seems to be an infinite loop and the script does not finish or reports an error to the caller, so it is not usable from other programs (like the Monitor).
The text was updated successfully, but these errors were encountered: