summaryrefslogtreecommitdiff
path: root/auto-installer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'auto-installer.sh')
-rwxr-xr-xauto-installer.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/auto-installer.sh b/auto-installer.sh
index 973fa84..3654263 100755
--- a/auto-installer.sh
+++ b/auto-installer.sh
@@ -34,9 +34,8 @@ source "$scriptdir/includes/cd-list.sh"
parseargs "$@"
echo "Checking CD version"
-export CDMD5=$(md5sum "${CDMOUNT}/data1.cab"|awk '{print $1}')
-get_game
+export CDMD5=$(md5sum "${CDMOUNT}/data1.cab"|awk '{print $1}')
[ -z "$TARGETDIR" ] && [ -n "$SHORTGAMENAME" ] && export TARGETDIR="$PWD/$SHORTGAMENAME"
[ -z "$TARGETDIR" ] && diequietly