Skip to content

Commit 2bd5bf1

Browse files
committed
Fix bug: Trace tools were always installed
1 parent 19e349c commit 2bd5bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ "$CHAIN" == "ltc" ]; then
3131
fi
3232
fi
3333

34-
if [ "$TRACE_TOOLS" ]; then
34+
if [[ $TRACE_TOOLS == "true" ]]; then
3535
echo "Trace tools detected, installing sample.sh..."
3636
echo 0 > /proc/sys/kernel/kptr_restrict
3737
echo "

0 commit comments

Comments
 (0)