added start opts
This commit is contained in:
parent
0e8911ae70
commit
a4544cb8ce
4
start
4
start
|
@ -1,4 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#Application options
|
||||||
|
START_OPTS=""
|
||||||
|
|
||||||
|
#Standard startup script
|
||||||
[ -z "$BASE$APP" ] && exit 1
|
[ -z "$BASE$APP" ] && exit 1
|
||||||
#p5env setup
|
#p5env setup
|
||||||
PATH="$BASE/perl5/bin${PATH+:}${PATH}"; export PATH;
|
PATH="$BASE/perl5/bin${PATH+:}${PATH}"; export PATH;
|
||||||
|
|
Loading…
Reference in New Issue