[buildiso] echo snap values

This commit is contained in:
Philip Müller 2019-06-12 21:52:16 +02:00
parent 5363189b87
commit 68fdb9341c

View file

@ -46,6 +46,9 @@ show_profile(){
msg2 "enable_systemd: %s" "${enable_systemd[*]}"
msg2 "enable_systemd_live: %s" "${enable_systemd_live[*]}"
[[ -n ${disable_systemd[*]} ]] && msg2 "disable_systemd: %s" "${disable_systemd[*]}"
msg2 "strict_snaps: %s" "${strict_snaps}"
msg2 "classic_snaps: %s" "${classic_snaps}"
fi
reset_profile
}