Merge pull request #918 from cobaltgit/alpine-ntfy

Fix alpine-ntfy
This commit is contained in:
CanbiZ
2025-09-19 13:13:54 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ var_unprivileged="${var_unprivileged:-1}"
header_info "$APP" header_info "$APP"
variables variables
color color
init_error_traps catch_errors
function update_script() { function update_script() {
header_info header_info

View File

@@ -8,7 +8,7 @@
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color color
verb_ip6 verb_ip6
init_error_traps catch_errors
setting_up_container setting_up_container
network_check network_check
update_os update_os