From 872421be2dd63959d86bc8e3abe5cb802f96ba7c Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 23 Jul 2014 21:02:28 +0000 Subject: [PATCH] Change the wording of the comment in fax_retry.lua --- resources/install/scripts/fax_retry.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install/scripts/fax_retry.lua b/resources/install/scripts/fax_retry.lua index 4d72d93e9d..9406cb8fca 100644 --- a/resources/install/scripts/fax_retry.lua +++ b/resources/install/scripts/fax_retry.lua @@ -81,7 +81,7 @@ if (from_address == null) then from_address = email_address; end - --needs to be fixed on lesser operating systems that do not have GNU utils. + --needs to be fixed on operating systems that do not have sed or echo utilities. number_dialed = api:execute("system", "/bin/echo -n "..fax_uri.." | sed -e s,.*/,,g"); --do not use apostrophies in message, they are not excaped and the mail will fail. email_message_fail = "We are sorry the fax failed to go through. It has been attached. Please check the number "..number_dialed..", and if it was correct you might consider emailing it instead."