Changeset 1657


Ignore:
Timestamp:
Sep 18, 2010, 2:18:29 AM (14 years ago)
Author:
andersk
Message:
rpm-master.sh: Fix fd redirections to what I actually said the first time
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locker/sbin/rpm-master.sh

    r1656 r1657  
    1212for server in $servers; do
    1313    echo "Connecting to $server..."
    14     { ssh $server /mit/scripts/sbin/rpmlist.sh 2>&1 >&3 | grep -Fxv 'If you have trouble logging in, see http://scripts.mit.edu/faq/41/.';} 3>&2 >&1
     14    { ssh $server /mit/scripts/sbin/rpmlist.sh 2>&1 >&3 | grep -Fxv 'If you have trouble logging in, see http://scripts.mit.edu/faq/41/.'; } 3>&1 >&2
    1515done
    1616
Note: See TracChangeset for help on using the changeset viewer.