|
|
@ -9,8 +9,6 @@ local commandname="MONITOR" |
|
|
|
local commandaction="Monitor" |
|
|
|
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" |
|
|
|
|
|
|
|
if [ "${gsquery}" == "yes" ]; then |
|
|
|
|
|
|
|
# Downloads gsquery.py if missing |
|
|
|
if [ ! -f "${functionsdir}/gsquery.py" ]; then |
|
|
|
fn_fetch_file_github "lgsm/functions" "gsquery.py" "${functionsdir}" "chmodx" "norun" "noforce" "nomd5" |
|
|
@ -85,5 +83,4 @@ if [ "${gsquery}" == "yes" ]; then |
|
|
|
done |
|
|
|
fi |
|
|
|
done |
|
|
|
fi |
|
|
|
core_exit.sh |