multi arg command in .forward needs quotes
This commit is contained in:
parent
cfb1a5c8c3
commit
67fc2168c2
|
@ -7,6 +7,6 @@ chmod +x /usr/local/bin/email_to_webhook
|
|||
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue