5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
[ -x /etc/postfix/chroot-update ] && exec /etc/postfix/chroot-update
|
||
|
exit 0
|