diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-07 18:02:51 -0800 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-07 18:02:51 -0800 |
commit | e5147a70744f328714776007b4641249ccd3ac3a (patch) | |
tree | f8cb4713c18100e3e1a02c9efcff8ebc8c016354 /scripts/install-system | |
parent | 38063621a29910b631561ecce6e5b524b09233e4 (diff) | |
download | vyatta-cfg-system-e5147a70744f328714776007b4641249ccd3ac3a.tar.gz vyatta-cfg-system-e5147a70744f328714776007b4641249ccd3ac3a.zip |
Fix for bug #2969 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2969 )
Diffstat (limited to 'scripts/install-system')
-rwxr-xr-x | scripts/install-system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-system b/scripts/install-system index 50b445cc..b59dbc10 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -759,7 +759,7 @@ unmount () { progress_indicator () { case "$1" in - start) $bindir/progress-indicator $SPID & + start) $vyatta_bindir/progress-indicator $SPID & ;; *) if ! rm /tmp/pi.$SPID 2>/dev/null |