From 4afe27ca92526ddc10807c4a5f32f0c8d4f9d8d0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 29 Aug 2014 19:30:11 +0100 Subject: [PATCH] l4dserver fixed LAN only bug added l4ddeps to resolve the server not starting --- Left4Dead/l4dserver | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Left4Dead/l4dserver b/Left4Dead/l4dserver index 64973aea2..b5d913759 100644 --- a/Left4Dead/l4dserver +++ b/Left4Dead/l4dserver @@ -5,7 +5,7 @@ # Contributor: Summit Singh Thakur # Author Website: http://danielgibbs.co.uk # Contributor Website: http://www.summit.im -# Version: 050814 +# Version: 290814 #### Variables #### @@ -651,6 +651,15 @@ echo "" ## Installer # +fn_l4ddeps(){ +echo "Copying libstdc++.so.6" +echo "=================================" +sleep 1 +cd "${filesdir}" +cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}" +sleep 1 +echo "" + fn_header(){ clear echo "=================================" @@ -775,6 +784,7 @@ fn_steamdl fn_steaminstall fn_steamfix fn_loginstall +fn_l4ddeps echo "Configuring ${gamename} Server" echo "=================================" sleep 1