diff options
author | mcrane <mctch@yahoo.com> | 2009-06-13 20:06:43 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-06-13 20:06:43 -0600 |
commit | 81065c240f0e0f2b05b77bd49eb69b152b4105a9 (patch) | |
tree | 46b8bf5f639aae8c1ef71ca91129fef93226c474 /config/shellcmd/shellcmd.xml | |
parent | 7e7fb10565a04e82c507d83ddaa0061c725cb294 (diff) | |
download | pfsense-packages-81065c240f0e0f2b05b77bd49eb69b152b4105a9.tar.gz pfsense-packages-81065c240f0e0f2b05b77bd49eb69b152b4105a9.tar.bz2 pfsense-packages-81065c240f0e0f2b05b77bd49eb69b152b4105a9.zip |
Applied Shellcmd patch that was created by Aarno Aukia added a if count statement to the array so it wouldn't error if the array was empty.
Diffstat (limited to 'config/shellcmd/shellcmd.xml')
-rw-r--r-- | config/shellcmd/shellcmd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/shellcmd/shellcmd.xml b/config/shellcmd/shellcmd.xml index 0f9469a6..5860b68c 100644 --- a/config/shellcmd/shellcmd.xml +++ b/config/shellcmd/shellcmd.xml @@ -41,7 +41,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>Shellcmd Settings</name> - <version>0.3</version> + <version>0.4</version> <title>Settings</title> <include_file>/usr/local/pkg/shellcmd.inc</include_file> <menu> |