|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
### version: 1.10.5
|
|
|
|
|
### version: 1.10.6
|
|
|
|
|
|
|
|
|
|
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
|
|
|
|
|
# Nightscout Mikr.us setup script #
|
|
|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
# This file is automatically generated. Do not modify it directly!
|
|
|
|
|
# Instead, modify the source files in the src directory and run the build script!
|
|
|
|
|
#
|
|
|
|
|
# Build time: 2026.01.06 16:48
|
|
|
|
|
# Build time: 2026.01.06 16:52
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -61,7 +61,7 @@ DISK_LOW_MAIL=5184000 # == 60 days in seconds
|
|
|
|
|
DISK_CRITICAL_WARNING=104857600 # == 100 MiB
|
|
|
|
|
DISK_CRITICAL_MAIL=604800 # == 7 days in seconds
|
|
|
|
|
DOCKER_DOWN_MAIL=604800 # == 7 days in seconds
|
|
|
|
|
SCRIPT_VERSION="1.10.5" #auto-update
|
|
|
|
|
SCRIPT_VERSION="1.10.6" #auto-update
|
|
|
|
|
SCRIPT_BUILD_TIME="2026.01.06" #auto-update
|
|
|
|
|
FORCE_DEBUG_LOG=""
|
|
|
|
|
NONINTERACTIVE_MODE="false"
|
|
|
|
|
@ -1124,7 +1124,7 @@ add_if_not_ok_compose() {
|
|
|
|
|
#shellcheck disable=SC2319
|
|
|
|
|
local RESULT=$?
|
|
|
|
|
if [ "$#" -eq 2 ]; then
|
|
|
|
|
RESULT=$2
|
|
|
|
|
RESULT=-1
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if [ "$RESULT" -eq 0 ]; then
|
|
|
|
|
|