diff --git a/bin/openaps-bootstrap.sh b/bin/openaps-bootstrap.sh old mode 100644 new mode 100755 diff --git a/bin/openaps-install.sh b/bin/openaps-install.sh old mode 100644 new mode 100755 diff --git a/bin/openaps-packages.sh b/bin/openaps-packages.sh old mode 100644 new mode 100755 diff --git a/bin/openaps-src.sh b/bin/openaps-src.sh old mode 100644 new mode 100755 diff --git a/bin/oref0-setup.sh b/bin/oref0-setup.sh index 2604931b2..2f83e6282 100755 --- a/bin/oref0-setup.sh +++ b/bin/oref0-setup.sh @@ -932,17 +932,12 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then echo "settings removed, getting ready to add x12 settings" openaps alias add get-settings "report invoke settings/model.json settings/bg_targets.json settings/insulin_sensitivities_raw.json settings/insulin_sensitivities.json settings/carb_ratios.json settings/profile.json" || die "Could not add x12 settings" else - # configure supermicrobolus if enabled - # If you aren't sure what you're doing, *DO NOT* enable this. - # If you ignore this warning, it *WILL* administer extra post-meal insulin, which may cause low blood sugar. - if [[ $ENABLE =~ microbolus ]]; then - sudo apt-get -y install bc jq - cd $directory || die "Can't cd $directory" - for type in supermicrobolus; do - echo importing $type file - cat $HOME/src/oref0/lib/oref0-setup/$type.json | openaps import || die "Could not import $type.json" - done - fi + sudo apt-get -y install bc jq + cd $directory || die "Can't cd $directory" + for type in supermicrobolus; do + echo importing $type file + cat $HOME/src/oref0/lib/oref0-setup/$type.json | openaps import || die "Could not import $type.json" + done fi echo "Adding OpenAPS log shortcuts" diff --git a/bin/oref0-upload-entries.sh b/bin/oref0-upload-entries.sh old mode 100644 new mode 100755