chore: rm mellinoe from rebuild script
This commit is contained in:
parent
208f3f90e1
commit
dda7a4599a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
case "$1" in
|
||||
all)
|
||||
# Create a list of hostnames to rebuild
|
||||
hosts=("nemesis" "apollo" "mellinoe")
|
||||
hosts=("nemesis" "apollo")
|
||||
|
||||
# Use parallel to rebuild each host
|
||||
, parallel rebuild ::: "''${hosts[@]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue