Skip to content

Commit 0e8324b

Browse files
committed
switch off bash script debugging
1 parent 9543229 commit 0e8324b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run_create_bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -x
2+
#set -x
33
set -e
44
set -o pipefail
55

scripts/virtuoso_unpack_local_and_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash
22
set -e
3-
set -x
3+
#set -x
44

55
TMPDIR="${TMPDIR:-/tmp/gp_learner_$RANDOM}"
66
TMP_DIR="$TMPDIR/virtuoso_db"

0 commit comments

Comments
 (0)