Fixed typo in command

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

@ -1,6 +1,6 @@
#!/bin/bash
### version: 1.5.1
### version: 1.5.2
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
# Nightscout Mikr.us setup script #
@ -33,7 +33,7 @@ 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.1" #auto-update
SCRIPT_VERSION="1.5.2" #auto-update
SCRIPT_BUILD_TIME="2023.09.11" #auto-update
#=======================================
@ -342,7 +342,7 @@ setup_update_repo() {
if [ "$aptGetWasUpdated" -eq "0" ]; then
aptGetWasUpdated=1
ohai "Updating package repository"
apt-get -yq update >>$LOGTO 2 >&1
apt-get -yq update >>$LOGTO 2>&1
fi
}

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

@ -17,7 +17,7 @@ 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.1" #auto-update
SCRIPT_VERSION="1.5.2" #auto-update
SCRIPT_BUILD_TIME="2023.09.11" #auto-update
#=======================================
@ -326,7 +326,7 @@ setup_update_repo() {
if [ "$aptGetWasUpdated" -eq "0" ]; then
aptGetWasUpdated=1
ohai "Updating package repository"
apt-get -yq update >>$LOGTO 2 >&1
apt-get -yq update >>$LOGTO 2>&1
fi
}

@ -1,6 +1,6 @@
#!/bin/bash
### version: 1.5.1
### version: 1.5.2
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
# Nightscout Mikr.us setup script #

@ -1 +1 @@
2023-09-11T06:51:36.278Z
2023-09-11T07:09:07.598Z
Loading…
Cancel
Save