grufocom / vee-mail

Simple Script to get Mails from Free Veeam Agent for Linux
GNU Affero General Public License v3.0
48 stars 14 forks source link

Vee-Mail not running post script Curl #43

Closed capnhowyoudo closed 1 year ago

capnhowyoudo commented 1 year ago

Good afternoon.

I am running the latest version of veeam on ubuntu lts. I have configured the script to use Curl to send which it is working when i test with the following sudo ./vee-mail.sh

However it will not send using post in Veeam.

please assist in any way

Thank you.

capnhowyoudo commented 1 year ago

I was able to create a new .sh with the following found from another topic

!/bin/bash

sleep 30 && bash /opt/vee-mail/vee-mail.sh &

This has corrected the issue.

grufocom commented 1 year ago

thanks for the feedback and glad you could solve the problem for you!