From 9be726e2865d9568cae5cbf3d7fe0807f72d4721 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 8 Nov 1994 13:28:06 +0000 Subject: Remove the redirects for extract.sh. Upon further reflection, you need to see the output on the main vty. cpio likes to open /dev/tty for its output! :-( --- release/bininst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'release/bininst') diff --git a/release/bininst b/release/bininst index b519185..caaf4f3 100755 --- a/release/bininst +++ b/release/bininst @@ -371,7 +371,7 @@ install_set() dialog --title "Results of tape extract" --clear \ --prgbox "$TAR $TAR_FLAGS $media_device" 10 72 if [ -f extract.sh ]; then - sh ./extract.sh 2>&1 > /dev/ttyv1 + sh ./extract.sh else error "This isn't a proper distribution. No installation script found." fi @@ -397,7 +397,7 @@ install_set() error "Couldn't fetch distribution from ${media_device}!" else if [ -f extract.sh ]; then - sh ./extract.sh 2>&1 > /dev/ttyv1 + sh ./extract.sh else error "This isn't a proper distribution. No installation script found." fi @@ -405,7 +405,7 @@ install_set() else ftp $media_device if [ -f extract.sh ]; then - sh ./extract.sh 2>&1 > /dev/ttyv1 + sh ./extract.sh else error "No installation script found. Please grab the right bits." fi -- cgit v1.1