Skip to content

Commit bd9a16f

Browse files
Leonid Ryzhykryzhyk
authored andcommitted
start_manager.sh: exit on error.
Signed-off-by: Leonid Ryzhyk <leonid@feldera.com>
1 parent 7362e80 commit bd9a16f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/start_manager.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
46
ROOT_DIR="${THIS_DIR}/.."
57
SQL_COMPILER_DIR="${ROOT_DIR}/sql-to-dbsp-compiler"

0 commit comments

Comments
 (0)