diff --git a/functions/fn_install_kffix b/functions/fn_install_kffix index e3fd88381..634169b87 100644 --- a/functions/fn_install_kffix +++ b/functions/fn_install_kffix @@ -2,7 +2,7 @@ # LGSM fn_install_kffix function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +# Version: 150515 echo "Applying ${gamename} Server Fixes" echo "=================================" @@ -19,9 +19,9 @@ echo "applying server name fix." sleep 1 echo "forcing server restart..." sleep 1 -cd "${rootdir}" -./${selfname} start +fn_start sleep 5 -./${selfname} restart +fn_stop +fn_start sleep 5 -./${selfname} stop \ No newline at end of file +fn_stop \ No newline at end of file diff --git a/functions/fn_install_rofix b/functions/fn_install_rofix index 43088fa48..8e187d7ca 100644 --- a/functions/fn_install_rofix +++ b/functions/fn_install_rofix @@ -2,7 +2,7 @@ # LGSM fn_install_rofix function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +# Version: 150515 echo "Applying ${gamename} Server Fixes" echo "=================================" @@ -19,9 +19,9 @@ echo "applying server name fix." sleep 1 echo "forcing server restart..." sleep 1 -cd "${rootdir}" -./${selfname} start +fn_start sleep 5 -./${selfname} restart +fn_stop +fn_start sleep 5 -./${selfname} stop \ No newline at end of file +fn_stop \ No newline at end of file diff --git a/functions/fn_install_ut2k4fix b/functions/fn_install_ut2k4fix index 5d5dda5e8..7d0859f1e 100644 --- a/functions/fn_install_ut2k4fix +++ b/functions/fn_install_ut2k4fix @@ -2,7 +2,7 @@ # LGSM fn_install_ut2k4fix function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +# Version: 150515 echo "Applying ${gamename} Server Fixes" echo "=================================" @@ -24,9 +24,9 @@ echo -en "forcing server restart...\r" sleep 0.5 echo -en "\n" sleep 0.5 -cd "${rootdir}" -./${selfname} start +fn_start sleep 5 -./${selfname} restart +fn_stop +fn_start sleep 5 -./${selfname} stop \ No newline at end of file +fn_stop \ No newline at end of file