|
|
@ -14,7 +14,7 @@ modulesversion="v25.1.5" |
|
|
|
|
|
|
|
core_dl.sh() { |
|
|
|
modulefile="${FUNCNAME[0]}" |
|
|
|
if [ "$(type fn_fetch_core_dl 2> /dev/null)" ]; then |
|
|
|
if [ "$(type fn_fetch_core_dl 2>/dev/null)" ]; then |
|
|
|
fn_fetch_core_dl "lgsm/modules" "core_dl.sh" "${modulesdir}" "chmodx" "run" "noforcedl" "nohash" |
|
|
|
else |
|
|
|
fn_bootstrap_fetch_file_github "lgsm/modules" "core_dl.sh" "${modulesdir}" "chmodx" "run" "noforcedl" "nohash" |
|
|
@ -23,7 +23,7 @@ core_dl.sh() { |
|
|
|
|
|
|
|
core_messages.sh() { |
|
|
|
modulefile="${FUNCNAME[0]}" |
|
|
|
if [ "$(type fn_fetch_core_dl 2> /dev/null)" ]; then |
|
|
|
if [ "$(type fn_fetch_core_dl 2>/dev/null)" ]; then |
|
|
|
fn_fetch_core_dl "lgsm/modules" "core_messages.sh" "${modulesdir}" "chmodx" "run" "noforcedl" "nohash" |
|
|
|
else |
|
|
|
fn_bootstrap_fetch_file_github "lgsm/modules" "core_messages.sh" "${modulesdir}" "chmodx" "run" "noforcedl" "nohash" |
|
|
@ -32,7 +32,7 @@ core_messages.sh() { |
|
|
|
|
|
|
|
core_legacy.sh() { |
|
|
|
modulefile="${FUNCNAME[0]}" |
|
|
|
if [ "$(type fn_fetch_core_dl 2> /dev/null)" ]; then |
|
|
|
if [ "$(type fn_fetch_core_dl 2>/dev/null)" ]; then |
|
|
|
fn_fetch_core_dl "lgsm/modules" "core_legacy.sh" "${modulesdir}" "chmodx" "run" "noforcedl" "nohash" |
|
|
|
else |
|
|
|
fn_bootstrap_fetch_file_github "lgsm/modules" "core_legacy.sh" "${modulesdir}" "chmodx" "run" "noforcedl" "nohash" |
|
|
@ -624,6 +624,11 @@ alert_slack.sh() { |
|
|
|
modulefile="${FUNCNAME[0]}" |
|
|
|
fn_fetch_module |
|
|
|
} |
|
|
|
|
|
|
|
alert_ntfy.sh() { |
|
|
|
modulefile="${FUNCNAME[0]}" |
|
|
|
fn_fetch_module |
|
|
|
} |
|
|
|
# Logs |
|
|
|
|
|
|
|
core_logs.sh() { |
|
|
|