Move the verification of the available space just after the verification of the variables.

This commit is contained in:
cimryan
2018-11-02 19:47:29 -07:00
parent 5c808e3fbd
commit efdab38530

View File

@@ -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 ~