util-iso-cal: fix silly syntax error

This commit is contained in:
udeved 2016-08-05 18:37:29 +02:00
parent 2098b2c0c6
commit 3071817516

View file

@ -168,7 +168,7 @@ write_welcome_conf(){
echo " - storage" >> "$conf"
echo " - ram" >> "$conf"
echo " - root" >> "$conf"
if ${cal_netinstall};
if ${cal_netinstall};then
echo " - internet" >> "$conf"
fi
}