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.
After calling pkill (both for constellation and geth), the script should make sure that the process has been actually stopped, for example calling pgrep and sleeping in a loop several times until pgrep does not return anything, or reporting an error otherwise.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
alastria-node/scripts/stop.sh
Lines 7 to 11 in 6217d0a
After calling pkill (both for constellation and geth), the script should make sure that the process has been actually stopped, for example calling pgrep and sleeping in a loop several times until pgrep does not return anything, or reporting an error otherwise.
The text was updated successfully, but these errors were encountered: