From a4544cb8ce4f7cb9f354b8ff8c9ab0b354439f33 Mon Sep 17 00:00:00 2001 From: Matthew Connelly Date: Mon, 16 Nov 2015 00:59:23 +0000 Subject: [PATCH] added start opts --- start | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/start b/start index eb7b3be..91818e3 100755 --- a/start +++ b/start @@ -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;