postfix start fix

This commit is contained in:
Miłosz Stocki 2020-11-26 13:26:32 +01:00
parent eee4e9e15e
commit fe821ecfd1
Signed by: osiu97
GPG Key ID: E3D1D83FA04F51D6
1 changed files with 1 additions and 1 deletions

View File

@ -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