From d370a8e2a2d58d20da284683bd9262e6ca696746 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Thu, 2 Jul 2009 16:28:11 -0500 Subject: recommendcfg works even when starting on a disc other than 1. --- auto-installer.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'auto-installer.sh') diff --git a/auto-installer.sh b/auto-installer.sh index f87e0ee..973fa84 100755 --- a/auto-installer.sh +++ b/auto-installer.sh @@ -22,6 +22,7 @@ MINSCRIPT='' EXTRASCRIPT='' PATCHES='' CDNO='' +CDSTART='' scriptdir="$(dirname $0)" source "$scriptdir/includes/generic-includes.sh" @@ -93,6 +94,4 @@ fi echo echo "$FULLGAMENAME installed successfully" -export -echo "cdno" $CDNO -recommendcfg $CDNO +recommendcfg $CDNO $CDSTART -- cgit v1.2.3