We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0df3a2 commit bd8359eCopy full SHA for bd8359e
src/main/resources/linux/startup.sh.vtl
@@ -78,8 +78,7 @@ cd "$SCRIPTPATH"
78
79
#if ($info.scripts.bootstrap)
80
# invoke bootstrap script
81
-$Bootstrap=$SCRIPTPATH/scripts/bootstrap
82
-[ -x "$Bootstrap" ] && $Bootstrap
+Bootstrap=$SCRIPTPATH/scripts/bootstrap && [ -x "$Bootstrap" ] && $Bootstrap
83
#end
84
85
#if ($info.administratorRequired)
0 commit comments