Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 24, 2024
1 parent dc1275b commit bb8940c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provision/postfix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ configure_opendkim()
configure_postfix_main_cf()
{
local _main_cf="$ZFS_DATA_MNT/postfix/etc/main.cf"
if [ -f "$_main_cf" ]
if [ -f "$_main_cf" ];
then
tell_status "preserving $_main_cf"
return
fi
Expand Down

0 comments on commit bb8940c

Please sign in to comment.