From beb21dd117901e42cca61d347cfa1d57668cafd3 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 30 Dec 2015 20:15:41 +0000 Subject: [PATCH] Added installer menu --- functions/fix.sh | 2 ++ functions/fix_ro.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/functions/fix.sh b/functions/fix.sh index 44472ea71..668ce425e 100644 --- a/functions/fix.sh +++ b/functions/fix.sh @@ -22,6 +22,8 @@ fi if [ "${function_selfname}" == "command_install.sh" ]; then fix_glibc.sh + echo "Applying ${gamename} Server Fixes" + echo "=================================" if [ "${gamename}" == "Killing Floor" ]; then fix_kf.sh elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then diff --git a/functions/fix_ro.sh b/functions/fix_ro.sh index 4ff8c8b64..37893176a 100644 --- a/functions/fix_ro.sh +++ b/functions/fix_ro.sh @@ -6,12 +6,12 @@ lgsm_version="271215" echo "Applying ${gamename} Server Fixes" echo "=================================" -echo "Applying WebAdmin ROOst.css fix!" +echo "Applying WebAdmin ROOst.css fix." echo "http://forums.tripwireinteractive.com/showpost.php?p=585435&postcount=13" sed -i 's/none}/none;/g' "${filesdir}/Web/ServerAdmin/ROOst.css" sed -i 's/underline}/underline;/g' "${filesdir}/Web/ServerAdmin/ROOst.css" sleep 1 -echo "Applying WebAdmin CharSet fix!" +echo "Applying WebAdmin CharSet fix." echo "http://forums.tripwireinteractive.com/showpost.php?p=442340&postcount=1" sed -i 's/CharSet="iso-8859-1"/CharSet="utf-8"/g' "${systemdir}/uweb.int" sleep 1