Removed interactivity tests

profanity
Dominik Dzienia 2 years ago
parent 78adea86e6
commit 0dd2380c20

@ -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

@ -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": {

@ -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

@ -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

@ -1 +1 @@
2023-09-10T15:51:29.793Z
2023-09-11T06:51:36.278Z
Loading…
Cancel
Save