From acc4ad5e0f26a2b2e17bbf9eb73001dc26abc936 Mon Sep 17 00:00:00 2001 From: Dominik Dzienia Date: Tue, 6 Jan 2026 16:52:19 +0000 Subject: [PATCH] Debug release 1.10.6 --- install.sh | 8 ++++---- package.json | 2 +- src/logic_setup_checks.sh | 2 +- updated | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/install.sh b/install.sh index b27b6ab..d8817c9 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/package.json b/package.json index 3191216..c20b2df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dlvoy/ns-installer-mikrus", - "version": "1.10.5", + "version": "1.10.6", "description": "Nightscout installer for mikr.us VPS", "main": "index.js", "scripts": { diff --git a/src/logic_setup_checks.sh b/src/logic_setup_checks.sh index d294d37..440d0ea 100644 --- a/src/logic_setup_checks.sh +++ b/src/logic_setup_checks.sh @@ -38,7 +38,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 diff --git a/updated b/updated index 364a9e3..9d3c5a4 100644 --- a/updated +++ b/updated @@ -1 +1 @@ -2026-01-06T16:48:37.571Z \ No newline at end of file +2026-01-06T16:52:11.455Z \ No newline at end of file