From 0dd2380c2067c4c7821edbcaf90fe79293d667d2 Mon Sep 17 00:00:00 2001 From: Dominik Dzienia Date: Mon, 11 Sep 2023 06:52:12 +0000 Subject: [PATCH] Removed interactivity tests --- install.sh | 10 ++++------ package.json | 2 +- src/lib.sh | 4 ++-- src/setup.sh | 6 ++---- updated | 2 +- 5 files changed, 10 insertions(+), 14 deletions(-) diff --git a/install.sh b/install.sh index ae3b764..be9a4b3 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -### version: 1.5.0 +### version: 1.5.1 # ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.# # Nightscout Mikr.us setup script # @@ -33,8 +33,8 @@ MONGO_DB_DIR=/srv/nightscout/data/mongodb TOOL_FILE=/srv/nightscout/tools/nightscout-tool TOOL_LINK=/usr/bin/nightscout-tool UPDATES_DIR=/srv/nightscout/updates -SCRIPT_VERSION="1.5.0" #auto-update -SCRIPT_BUILD_TIME="2023.09.10" #auto-update +SCRIPT_VERSION="1.5.1" #auto-update +SCRIPT_BUILD_TIME="2023.09.11" #auto-update #======================================= # SETUP @@ -1176,7 +1176,7 @@ install_or_menu() { # MAIN SCRIPT #======================================= -check_interactive +# check_interactive check_git check_docker check_docker_compose @@ -1191,8 +1191,6 @@ setup_dir_structure download_conf download_tools -shopt -q login_shell && exit 0 - update_if_needed setup_firewall diff --git a/package.json b/package.json index 77863d4..c72d89b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dlvoy/ns-installer-mikrus", - "version": "1.5.0", + "version": "1.5.1", "description": "Nightscout installer for mikr.us VPS", "main": "index.js", "scripts": { diff --git a/src/lib.sh b/src/lib.sh index 2ac1314..e575ed8 100644 --- a/src/lib.sh +++ b/src/lib.sh @@ -17,8 +17,8 @@ MONGO_DB_DIR=/srv/nightscout/data/mongodb TOOL_FILE=/srv/nightscout/tools/nightscout-tool TOOL_LINK=/usr/bin/nightscout-tool UPDATES_DIR=/srv/nightscout/updates -SCRIPT_VERSION="1.5.0" #auto-update -SCRIPT_BUILD_TIME="2023.09.07" #auto-update +SCRIPT_VERSION="1.5.1" #auto-update +SCRIPT_BUILD_TIME="2023.09.11" #auto-update #======================================= # SETUP diff --git a/src/setup.sh b/src/setup.sh index 6f6081f..49aaaf6 100755 --- a/src/setup.sh +++ b/src/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -### version: 1.5.0 +### version: 1.5.1 # ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.# # Nightscout Mikr.us setup script # @@ -26,7 +26,7 @@ if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi # MAIN SCRIPT #======================================= -check_interactive +# check_interactive check_git check_docker check_docker_compose @@ -41,8 +41,6 @@ setup_dir_structure download_conf download_tools -shopt -q login_shell && exit 0 - update_if_needed setup_firewall diff --git a/updated b/updated index 7ca90b4..ace5227 100644 --- a/updated +++ b/updated @@ -1 +1 @@ -2023-09-10T15:51:29.793Z \ No newline at end of file +2023-09-11T06:51:36.278Z \ No newline at end of file