Browse Source

Added Glibc Fix for ss3server

pull/254/merge
Daniel Gibbs 10 years ago
parent
commit
5d9ddbc8f9
  1. 8
      SeriousSam3BFE/ss3sserver

8
SeriousSam3BFE/ss3sserver

@ -14,7 +14,7 @@ email="[email protected]"
# Steam login # Steam login
steamuser="username" steamuser="username"
steampass="passwprd" steampass="password"
# Start Variables # Start Variables
ip="0.0.0.0" ip="0.0.0.0"
@ -238,6 +238,11 @@ source "${rootdir}/functions/${functionfile}"
## Installer ## Installer
# #
fn_glibcfix(){
functionfile="${FUNCNAME}"
fn_runfunction
}
fn_header(){ fn_header(){
functionfile="${FUNCNAME}" functionfile="${FUNCNAME}"
fn_runfunction fn_runfunction
@ -293,6 +298,7 @@ fi
fn_steamdl fn_steamdl
fn_steaminstall fn_steaminstall
fn_steamfix fn_steamfix
fn_glibcfix
fn_loginstall fn_loginstall
fn_serverconfig fn_serverconfig
fn_header fn_header

Loading…
Cancel
Save