[util.sh] fix snap values

This commit is contained in:
Philip Müller 2019-06-13 00:49:26 +02:00
parent a90199a176
commit 59242d2b4a
2 changed files with 2 additions and 4 deletions

View file

@ -49,7 +49,7 @@ show_profile(){
msg2 "strict_snaps: %s" "${strict_snaps}"
msg2 "classic_snaps: %s" "${classic_snaps}"
msg2 "snap_channels: %s" "${snap_channel}"
msg2 "snap_channel: %s" "${snap_channel}"
fi
reset_profile
}

View file

@ -384,7 +384,7 @@ load_config(){
init_buildiso
init_calamares
init_calamares
init_deployiso
@ -404,8 +404,6 @@ load_profile_config(){
[[ -z ${autologin} ]] && autologin="true"
[[ ${displaymanager} == 'none' ]] && autologin="false"
[[ -z ${strict_snaps} ]] && strict_snaps=""
[[ -z ${classic_snaps} ]] && classic-snaps=""
[[ -z ${snap_channel} ]] && snap_channel="stable"
[[ -z ${multilib} ]] && multilib="true"