diff --git a/install.sh b/install.sh index 02c407e..49f243c 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -### version: 1.10.7 +### version: 1.10.8 # ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.# # 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 18:55 +# Build time: 2026.01.06 19:11 @@ -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.7" #auto-update +SCRIPT_VERSION="1.10.8" #auto-update SCRIPT_BUILD_TIME="2026.01.06" #auto-update FORCE_DEBUG_LOG="" NONINTERACTIVE_MODE="false" @@ -2828,8 +2828,8 @@ Options: -s, --cleanup Perform cleanup -r, --restart Restart containers --update-ns Update Nightscout and Mongo containers - --force-check Force update check in UI mode - --uninstall Uninstall Nightscout, containers, data, config and tool + --force-check Force update check in UI mode + --uninstall Uninstall Nightscout, containers, data, config and tool -h, --help Show this help message EOF } diff --git a/package.json b/package.json index b98f178..1fb8ddb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dlvoy/ns-installer-mikrus", - "version": "1.10.7", + "version": "1.10.8", "description": "Nightscout installer for mikr.us VPS", "main": "index.js", "scripts": { diff --git a/src/commandline.sh b/src/commandline.sh index 0c56efe..924cf94 100644 --- a/src/commandline.sh +++ b/src/commandline.sh @@ -39,8 +39,8 @@ Options: -s, --cleanup Perform cleanup -r, --restart Restart containers --update-ns Update Nightscout and Mongo containers - --force-check Force update check in UI mode - --uninstall Uninstall Nightscout, containers, data, config and tool + --force-check Force update check in UI mode + --uninstall Uninstall Nightscout, containers, data, config and tool -h, --help Show this help message EOF } diff --git a/src/lib.sh b/src/lib.sh index fa6a369..37690f3 100644 --- a/src/lib.sh +++ b/src/lib.sh @@ -39,7 +39,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.3" #auto-update +SCRIPT_VERSION="1.10.8" #auto-update SCRIPT_BUILD_TIME="2026.01.06" #auto-update FORCE_DEBUG_LOG="" NONINTERACTIVE_MODE="false" diff --git a/src/setup.sh b/src/setup.sh index 78bcf97..2681c11 100755 --- a/src/setup.sh +++ b/src/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -### version: 1.10.1 +### version: 1.10.8 # ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.# # Nightscout Mikr.us setup script # diff --git a/updated b/updated index a59346d..822a844 100644 --- a/updated +++ b/updated @@ -1 +1 @@ -2026-01-06T18:55:48.854Z \ No newline at end of file +2026-01-06T19:11:33.574Z \ No newline at end of file