mirror of
https://github.com/cimryan/teslausb.git
synced 2026-02-28 20:20:32 +00:00
Move the verification of the available space just after the verification of the variables.
This commit is contained in:
@@ -197,13 +197,13 @@ setup_progress "Verifying environment variables..."
|
|||||||
|
|
||||||
check_variable "campercent"
|
check_variable "campercent"
|
||||||
|
|
||||||
|
check_available_space
|
||||||
|
|
||||||
# Flash for Stage 3 headless (grab scripts)
|
# Flash for Stage 3 headless (grab scripts)
|
||||||
headless_setup_progress_flash 2
|
headless_setup_progress_flash 2
|
||||||
|
|
||||||
setup_progress "Downloading additional setup scripts."
|
setup_progress "Downloading additional setup scripts."
|
||||||
|
|
||||||
check_available_space
|
|
||||||
|
|
||||||
get_ancillary_setup_scripts
|
get_ancillary_setup_scripts
|
||||||
|
|
||||||
pushd ~
|
pushd ~
|
||||||
|
|||||||
Reference in New Issue
Block a user