Skip to content

Commit 91a4458

Browse files
lucritoCrim
authored andcommitted
Fixed shebang, so that 'if [[ ... ]]' works. (#178)
1 parent 3db9375 commit 91a4458

File tree

1 file changed

+2
-2
lines changed
  • kafka-webview-ui/src/assembly/distribution

1 file changed

+2
-2
lines changed

kafka-webview-ui/src/assembly/distribution/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
CWD=`pwd`
44

@@ -20,4 +20,4 @@ export SPRING_CONFIG_LOCATION=classpath:/config/base.yml,config.yml
2020
exec java -jar kafka-webview-ui-*.jar $HEAP_OPTS $LOG_OPTS
2121

2222
## Change back to previous directory
23-
cd $CWD
23+
cd $CWD

0 commit comments

Comments
 (0)