diff options
author | Warren Baker <warren@decoy.co.za> | 2012-07-11 20:09:19 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2012-07-11 20:09:19 +0200 |
commit | 2f909e2e02a3cb70533c826b0691d1668dab339a (patch) | |
tree | 9585758aa0f518b9faccafa50e0e2be85ac6d807 /etc | |
parent | d62a2f6cb3b7cf88533667fa01f5641b7ad8d55f (diff) | |
download | pfsense-2f909e2e02a3cb70533c826b0691d1668dab339a.zip pfsense-2f909e2e02a3cb70533c826b0691d1668dab339a.tar.gz |
Correctly handle getopt so notifications are sent
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.notify_message | 2 |
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; |