Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit fb6ac6f

Browse files
committed
Fix the bash command
1 parent 26d09d4 commit fb6ac6f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

run-all.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#! /bin/sh -x -e
1+
#! /bin/sh
2+
set -e
3+
set -x
4+
25
if [ "$#" -ne 2 ]; then
36
echo "Required two parameters: (1) the MySQL client command and (2) the dbjs command.";
47
exit 1

0 commit comments

Comments
 (0)