summaryrefslogtreecommitdiffstats
path: root/etc/rc.notify_message
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2012-07-11 20:09:19 +0200
committerWarren Baker <warren@decoy.co.za>2012-07-11 20:09:19 +0200
commit2f909e2e02a3cb70533c826b0691d1668dab339a (patch)
tree9585758aa0f518b9faccafa50e0e2be85ac6d807 /etc/rc.notify_message
parentd62a2f6cb3b7cf88533667fa01f5641b7ad8d55f (diff)
downloadpfsense-2f909e2e02a3cb70533c826b0691d1668dab339a.zip
pfsense-2f909e2e02a3cb70533c826b0691d1668dab339a.tar.gz
Correctly handle getopt so notifications are sent
Diffstat (limited to 'etc/rc.notify_message')
-rwxr-xr-xetc/rc.notify_message2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.notify_message b/etc/rc.notify_message
index 887b4c6..b2b5f04 100755
--- a/etc/rc.notify_message
+++ b/etc/rc.notify_message
@@ -32,7 +32,7 @@ require("config.inc");
require("functions.inc");
require("notices.inc");
-$arguments = getopt("e:g:m:");
+$arguments = getopt("egm:");
$send_email = false;
$send_growl = false;
OpenPOWER on IntegriCloud