Show
Ignore:
Timestamp:
10/01/07 10:34:33 (5 years ago)
Author:
Ted Faber <faber@…>
Children:
637adfa9f338eb1e98a8137f2cd052335b4664b0
Parents:
5479c80a857d95334dc11bc12821d2d4e8b0859f
git-committer:
Ted Faber <faber@isi.edu> / 2007-10-01T17:34:33Z+0000
Message:

run the startcmd you idiot (meaning me)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • fedkit/make_hosts

    r3c7da22 re06b224  
    77cat $1 >> /tmp/hosts 
    88cp /tmp/hosts /etc/hosts && rm /tmp/hosts 
     9 
     10 
     11if [ ! -z "$2" ]; then  
     12        su -l "$2" -c "$3" 
     13fi