Export the updated value of campercent

This commit is contained in:
cimryan
2018-11-05 23:06:49 -08:00
parent 1379886b88
commit 267ee46ff1

View File

@@ -6,7 +6,7 @@ HEADLESS_SETUP=${HEADLESS_SETUP:-false}
USE_LED_FOR_SETUP_PROGRESS=true USE_LED_FOR_SETUP_PROGRESS=true
CONFIGURE_ARCHIVING=${CONFIGURE_ARCHIVING:-true} CONFIGURE_ARCHIVING=${CONFIGURE_ARCHIVING:-true}
UPGRADE_PACKAGES=${UPGRADE_PACKAGES:-true} UPGRADE_PACKAGES=${UPGRADE_PACKAGES:-true}
campercent=${campercent:-90} export campercent=${campercent:-90}
function setup_progress () { function setup_progress () {
local setup_logfile=/boot/teslausb-headless-setup.log local setup_logfile=/boot/teslausb-headless-setup.log