Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Passthrough unrecognized openfire.sh arguments
openfire.sh can be invoked with a number of arguments (eg `-demoboot`, `-debug`). Prior to this commit, unrecognized arguments were ignored. With this commit, unrecognized argumetns are passed through to the java command that starts Openfire. This allows anyone to add arguments, like system properties, by doing something like `./bin/openfire.sh -Dfoo=bar`
- Loading branch information