fix netinstall_label check

This commit is contained in:
Bernhard Landauer 2020-06-29 14:11:31 +02:00
parent 4a800db62c
commit ce4a92f362

View file

@ -442,7 +442,7 @@ load_profile_config(){
[[ -z ${needs_internet} ]] && needs_internet='false'
[[ -z ${netinstall} ]] && netinstall='false'
[[ -z ${netinstall_label}]] && netinstall_label='Package selection'
[[ -z ${netinstall_label} ]] && netinstall_label='Package selection'
[[ -z ${mhwd_used} ]] && mhwd_used='true'