Changeset 75 for hw

Show
Ignore:
Timestamp:
10/29/07 22:53:13 (5 years ago)
Author:
cs186
Message:

fix path on last call to pg_ctl

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hw/hw2/selftest/runme.sh

    r73 r75  
    2020  exit 1 
    2121endif 
    22 $HOME/Hw2/pgsql/bin/pg_ctl restart -l ./pglog -o "-fs -fb" >&! /dev/null 
     22$HOME/pgsql/bin/pg_ctl restart -l ./pglog -o "-fs -fb" >&! /dev/null 
    2323popd 
    2424sleep 2