Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified bin/openaps-bootstrap.sh
100644 → 100755
Empty file.
Empty file modified bin/openaps-install.sh
100644 → 100755
Empty file.
Empty file modified bin/openaps-packages.sh
100644 → 100755
Empty file.
Empty file modified bin/openaps-src.sh
100644 → 100755
Empty file.
17 changes: 6 additions & 11 deletions bin/oref0-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Empty file modified bin/oref0-upload-entries.sh
100644 → 100755
Empty file.