|
@@ -363,6 +363,10 @@ else
|
|
|
else
|
|
else
|
|
|
source "${configdirserver}/${servicename}.cfg"
|
|
source "${configdirserver}/${servicename}.cfg"
|
|
|
fi
|
|
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
|
|
getopt=$1
|
|
|
core_getopt.sh
|
|
core_getopt.sh
|
|
|
fi
|
|
fi
|