Skip to content

Commit

Permalink
Fix bad sasldb2 path with alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
vcazsdk authored and bokysan committed Sep 13, 2022
1 parent 075a99f commit fc7ed0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/common-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ EOF

rm -f /tmp/passwd

chown postfix:postfix /etc/sasldb2
[ -f /etc/sasldb2 ] && chown postfix:postfix /etc/sasldb2
[ -f /etc/sasl2/sasldb2 ] && chown postfix:postfix /etc/sasl2/sasldb2
fi
}

Expand Down

0 comments on commit fc7ed0b

Please sign in to comment.