Skip to content
Snippets Groups Projects
Commit cc4d658a authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

COB-49: updated to cobalt2

parent b90e0228
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
...@@ -11,9 +11,9 @@ trap 'print_status; exit' 1 2 3 15 ...@@ -11,9 +11,9 @@ trap 'print_status; exit' 1 2 3 15
host=$(hostname) host=$(hostname)
status=0 status=0
for i in $(seq 1 9) for i in $(seq 1 13)
do do
target=$(printf cbm%03d $i) target=$(printf cbm2%02d $i)
run_command "ssh $target /bin/true" 1 || status=1 run_command "ssh $target /bin/true" 1 || status=1
done done
exit $status exit $status
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment