Skip to content

Commit

Permalink
use --categorize-uam-as-basal=true for now
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Jan 9, 2019
1 parent 9699757 commit b8bffc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/oref0-cron-nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ directory="$PWD"
if [[ $ENABLE =~ autotune ]]; then
# autotune nightly at 4:05am using data from NS
echo "=== Running Autotune at `date` === " | tee -a /var/log/openaps/autotune.log
(oref0-autotune -d=$directory -n=$NIGHTSCOUT_HOST && cat $directory/autotune/profile.json | jq . | grep -q start && cp $directory/autotune/profile.json $directory/settings/autotune.json) 2>&1 | tee -a /var/log/openaps/autotune.log &
(oref0-autotune -d=$directory -n=$NIGHTSCOUT_HOST --categorize-uam-as-basal=true && cat $directory/autotune/profile.json | jq . | grep -q start && cp $directory/autotune/profile.json $directory/settings/autotune.json) 2>&1 | tee -a /var/log/openaps/autotune.log &
fi

0 comments on commit b8bffc6

Please sign in to comment.