postfix/SOURCES/postfix-chroot-update
2021-10-08 15:35:41 +00:00

5 lines
89 B
Bash

#!/bin/bash
[ -x /etc/postfix/chroot-update ] && exec /etc/postfix/chroot-update
exit 0