util-iso-cal: fix smb check

This commit is contained in:
udeved 2016-09-18 03:03:34 +02:00
parent 2a25ff1a32
commit 3038723e46

View file

@ -232,7 +232,7 @@ write_postcfg_conf(){
echo "keyrings:" >> "$conf" echo "keyrings:" >> "$conf"
echo " - archlinux" >> "$conf" echo " - archlinux" >> "$conf"
echo " - manjaro" >> "$conf" echo " - manjaro" >> "$conf"
if [[ -n ${smb_workgroup}]];then if [[ -n ${smb_workgroup} ]];then
echo "" >> "$conf" echo "" >> "$conf"
echo "samba:" >> "$conf" echo "samba:" >> "$conf"
echo " - workgroup: ${smb_workgroup}" >> "$conf" echo " - workgroup: ${smb_workgroup}" >> "$conf"