Debug release 1.10.7

develop
Dominik Dzienia 3 weeks ago
parent 39530a3377
commit c5277a3124

@ -1,6 +1,6 @@
#!/bin/bash
### version: 1.10.6
### version: 1.10.7
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
# 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:52
# Build time: 2026.01.06 18:55
@ -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.6" #auto-update
SCRIPT_VERSION="1.10.7" #auto-update
SCRIPT_BUILD_TIME="2026.01.06" #auto-update
FORCE_DEBUG_LOG=""
NONINTERACTIVE_MODE="false"
@ -1159,8 +1159,8 @@ check_docker() {
check_docker_compose() {
local version_output
version_output="$(docker compose version 2>&1)"
# check if output has 'unknown' in it
if [[ "$version_output" == *"unknown"* ]]; then
# check if output has 'unknown' in it or doesn't match the required version pattern
if [[ "$version_output" == *"unknown"* ]] || [[ ! "$version_output" =~ version\ v[0-9]+\.[0-9]+\.[0-9]+ ]]; then
add_if_not_ok_compose "Docker compose" "force"
else
msgcheck "Docker compose installed"

@ -1,6 +1,6 @@
{
"name": "@dlvoy/ns-installer-mikrus",
"version": "1.10.6",
"version": "1.10.7",
"description": "Nightscout installer for mikr.us VPS",
"main": "index.js",
"scripts": {

@ -1 +1 @@
2026-01-06T16:52:11.455Z
2026-01-06T18:55:48.854Z
Loading…
Cancel
Save