Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scriptfehler #8

Open
Kitekater opened this issue Dec 19, 2016 · 0 comments
Open

Scriptfehler #8

Kitekater opened this issue Dec 19, 2016 · 0 comments

Comments

@Kitekater
Copy link

Zeile 46:
if ! [[ ${UNITS,,} =~ "mmol" || ${STORAGE,,} =~ "mg" ]]; then
muss heißen
if ! [[ ${UNITS,,} =~ "mmol" || ${UNITS,,} =~ "mg" ]]; then

Zeile 70:
echo "Usage: ns-local-install.sh [--mongo=[yes|no]] [--units=[mmol|mg]] [--storage=[openaps|mongo]] [--oref0=[yes|no]] [--units=[mmol|mg]]"
muss heißen, da letztes UNITS nicht mehr abgefragt wird:
echo "Usage: ns-local-install.sh [--mongo=[yes|no]] [--units=[mmol|mg]] [--storage=[openaps|mongo]] [--oref0=[yes|no]]"

Zeile 88:
case $unit in
muss heißen
case $UNITS in

Zeile 101:
case $unit in
muss heißen

case $STORAGE in

Zeile 109 und 110 entfernen, leere Abfrage, die das Script blockiert

Mongodb wird nicht automatisch installiert. Grund habe ich nicht gefunden.

start_nightscout.sh liegt in /home/pi und nicht in /home/pi/cgm-remote-monitor (Anleitung falsch)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant