forked from docker/proxmoxbackupserver
postfix start fix
This commit is contained in:
parent
eee4e9e15e
commit
fe821ecfd1
|
|
@ -17,7 +17,7 @@ sed -i "s/\#relayhost = /relayhost = ${POSTFIX_RELAY_HOST}/g" /etc/postfix/main.
|
|||
echo "root:$ROOT_PASSWD" | chpasswd
|
||||
|
||||
# Start the first process
|
||||
/usr/bin/postfix start
|
||||
/usr/sbin/postfix start
|
||||
./usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-api &
|
||||
sleep 10
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue