Closed paperrain closed 5 years ago
Good afternoon, is there a script that restarts all servers at the same time? Instead of recursively as it already does. Because it takes too long to reboot all servers and I've searched around here, but I can't find anything.
Thanks!
Something like:
for i in $(arkmanager list-instances --brief); do arkmanager restart @$i & done wait
Thanks @klightspeed!
Good afternoon, is there a script that restarts all servers at the same time? Instead of recursively as it already does. Because it takes too long to reboot all servers and I've searched around here, but I can't find anything.
Thanks!