Browse Source

restart now has its own script

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
c3e0d43521
  1. 15
      lgsm/functions/command_restart.sh
  2. 8
      lgsm/functions/core_functions.sh

15
lgsm/functions/command_restart.sh

@ -0,0 +1,15 @@
#!/bin/bash
# LGSM command_start.sh function
# Author: Daniel Gibbs
# Website: https://gameservermanagers.com
lgsm_version="210516"
# Description: Starts the server.
local modulename="Restarting"
function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
restart=1
info_config.sh
command_stop.sh
command_start.sh

8
lgsm/functions/core_functions.sh

@ -156,11 +156,9 @@ functionfile="${FUNCNAME}"
fn_fetch_function
}
fn_restart(){
local modulename="Restarting"
info_config.sh
command_stop.sh
command_start.sh
command_restart.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function
}

Loading…
Cancel
Save