download linuxgsm.sh in to tmp dir for comparisons

This commit is contained in:
Daniel Gibbs 2017-04-28 19:03:46 +01:00
parent add483114f
commit 664a7d6da1

View File

@ -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