Skip to content

Commit bd8359e

Browse files
committed
Update startup.sh.vtl
1 parent b0df3a2 commit bd8359e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/resources/linux/startup.sh.vtl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ cd "$SCRIPTPATH"
7878

7979
#if ($info.scripts.bootstrap)
8080
# invoke bootstrap script
81-
$Bootstrap=$SCRIPTPATH/scripts/bootstrap
82-
[ -x "$Bootstrap" ] && $Bootstrap
81+
Bootstrap=$SCRIPTPATH/scripts/bootstrap && [ -x "$Bootstrap" ] && $Bootstrap
8382
#end
8483

8584
#if ($info.administratorRequired)

0 commit comments

Comments
 (0)