Skip to content

Commit

Permalink
make sure Swat gets "Ctrl+C" on Linux. I don't quite understand the s…
Browse files Browse the repository at this point in the history
…olution but it does work ;-)
  • Loading branch information
HubertHuckevoll committed Jul 11, 2024
1 parent 36084ec commit 9964e62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/target
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@ fi
if [ "$GEOS_CDROM_DRIVE" != "" ]; then
if [ -f "$GEOS_CDROM_DRIVE" ]; then
echo imgmount r "$GEOS_CDROM_DRIVE" -t iso >> ensemble/init.bat
else
else
echo mount r $GEOS_CDROM_DRIVE -t cdrom >> ensemble/init.bat
fi
fi
if [ -f "ensemble/init.bat" ]; then
echo swatgo >> ensemble/init.bat
fi
set -m
$BASEBOX -conf $ROOT_DIR/bin/basebox.conf -conf $LOCAL_ROOT/basebox_user.conf >/dev/null 2>&1 &
set +m
cd $OLD_PATH

clear
Expand Down

0 comments on commit 9964e62

Please sign in to comment.