mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-08 12:07:37 +08:00
download linuxgsm.sh in to tmp dir for comparisons
This commit is contained in:
parent
add483114f
commit
664a7d6da1
@ -363,6 +363,10 @@ else
|
||||
else
|
||||
source "${configdirserver}/${servicename}.cfg"
|
||||
fi
|
||||
# Load the linuxgsm.sh in to tmpdir. If missing download it
|
||||
if [ ! -f "${tmpdir}/linuxgsm.sh" ];then
|
||||
fn_fetch_file_github "" "linuxgsm.sh" "${tmpdir}" "nochmodx" "norun" "noforcedl" "nomd5"
|
||||
fi
|
||||
getopt=$1
|
||||
core_getopt.sh
|
||||
fi
|
Loading…
Reference in New Issue
Block a user