Skip to content

Commit c45ea0d

Browse files
committed
Temporarily point for-each-server to the Fedora 20 pool until we start deploying Fedora 30
1 parent 62e94f8 commit c45ea0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/for-each-server

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

3-
for server in $(finger @scripts-director.mit.edu | sed -n '/^FWM 2 /, /^[^ ]/ s/^ -> \([^:]*\):.*/\1/p'); do
3+
for server in $(finger @scripts-director.mit.edu | sed -n '/^FWM 22 /, /^[^ ]/ s/^ -> \([^:]*\):.*/\1/p'); do
44
ssh "$server" "$@"
55
done

0 commit comments

Comments
 (0)