multi arg command in .forward needs quotes

This commit is contained in:
Jeffrey Paul 2019-03-27 09:08:58 -07:00
parent cfb1a5c8c3
commit 67fc2168c2
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ chmod +x /usr/local/bin/email_to_webhook
mkdir -p /etc/environment.d mkdir -p /etc/environment.d
echo "|/usr/bin/envdir /etc/environment.d /usr/local/bin/email_to_webhook" > /root/.forward echo "|\"/usr/bin/envdir /etc/environment.d /usr/local/bin/email_to_webhook\"" > /root/.forward
echo "now put your webhook url in /etc/environment.d/SLACK_WEBHOOK_URL" echo "now put your webhook url in /etc/environment.d/SLACK_WEBHOOK_URL"