diff options
author | Tom Grennan <tgrennan@io.vyatta.com> | 2007-12-17 17:19:49 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@io.vyatta.com> | 2007-12-17 17:19:49 -0800 |
commit | 44a2449730a5c379c96a486a8161daa8ebe2504f (patch) | |
tree | ab2097505a2e29af7de03cdb3cd08767f06df386 /scripts | |
parent | a9cd192305b779cb62aecd858ad9a4e5a1fbcad4 (diff) | |
parent | 36af5914de982f2770fba137c4beea9077cc6adb (diff) | |
download | vyatta-cfg-quagga-44a2449730a5c379c96a486a8161daa8ebe2504f.tar.gz vyatta-cfg-quagga-44a2449730a5c379c96a486a8161daa8ebe2504f.zip |
Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg-system
Conflicts:
debian/control
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install-system.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-system.in b/scripts/install-system.in index 49634a03..5f7ccd74 100755 --- a/scripts/install-system.in +++ b/scripts/install-system.in @@ -818,7 +818,7 @@ unmount () { progress_indicator () { case "$1" in - "start") /usr/bin/progress-indicator $SPID & + "start") $bindir/progress-indicator $SPID & ;; "stop") rm -f /tmp/pi.$SPID sleep 1 |