added start opts

This commit is contained in:
Matthew Connelly 2015-11-16 00:59:23 +00:00
parent 0e8911ae70
commit a4544cb8ce
1 changed files with 4 additions and 0 deletions

4
start
View File

@ -1,4 +1,8 @@
#!/bin/sh
#Application options
START_OPTS=""
#Standard startup script
[ -z "$BASE$APP" ] && exit 1
#p5env setup
PATH="$BASE/perl5/bin${PATH+:}${PATH}"; export PATH;