Browse Source

Minor improvements

pull/392/head
Daniel Gibbs 10 years ago
parent
commit
d4599d2afe
  1. 10
      functions/fn_install_kffix
  2. 10
      functions/fn_install_rofix
  3. 10
      functions/fn_install_ut2k4fix

10
functions/fn_install_kffix

@ -2,7 +2,7 @@
# LGSM fn_install_kffix function # LGSM fn_install_kffix function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
# Version: 210115 # Version: 150515
echo "Applying ${gamename} Server Fixes" echo "Applying ${gamename} Server Fixes"
echo "=================================" echo "================================="
@ -19,9 +19,9 @@ echo "applying server name fix."
sleep 1 sleep 1
echo "forcing server restart..." echo "forcing server restart..."
sleep 1 sleep 1
cd "${rootdir}" fn_start
./${selfname} start
sleep 5 sleep 5
./${selfname} restart fn_stop
fn_start
sleep 5 sleep 5
./${selfname} stop fn_stop

10
functions/fn_install_rofix

@ -2,7 +2,7 @@
# LGSM fn_install_rofix function # LGSM fn_install_rofix function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
# Version: 210115 # Version: 150515
echo "Applying ${gamename} Server Fixes" echo "Applying ${gamename} Server Fixes"
echo "=================================" echo "================================="
@ -19,9 +19,9 @@ echo "applying server name fix."
sleep 1 sleep 1
echo "forcing server restart..." echo "forcing server restart..."
sleep 1 sleep 1
cd "${rootdir}" fn_start
./${selfname} start
sleep 5 sleep 5
./${selfname} restart fn_stop
fn_start
sleep 5 sleep 5
./${selfname} stop fn_stop

10
functions/fn_install_ut2k4fix

@ -2,7 +2,7 @@
# LGSM fn_install_ut2k4fix function # LGSM fn_install_ut2k4fix function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
# Version: 210115 # Version: 150515
echo "Applying ${gamename} Server Fixes" echo "Applying ${gamename} Server Fixes"
echo "=================================" echo "================================="
@ -24,9 +24,9 @@ echo -en "forcing server restart...\r"
sleep 0.5 sleep 0.5
echo -en "\n" echo -en "\n"
sleep 0.5 sleep 0.5
cd "${rootdir}" fn_start
./${selfname} start
sleep 5 sleep 5
./${selfname} restart fn_stop
fn_start
sleep 5 sleep 5
./${selfname} stop fn_stop
Loading…
Cancel
Save