Skip to content

Commit 06edf01

Browse files
committed
debugging commit
Signed-off-by: Tarun Pothulapati <tarun@gitpod.io>
1 parent ffcec73 commit 06edf01

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

install/preview/entrypoint.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ fi
1313
USER_ID="$(od -x /dev/urandom | head -1 | awk '{OFS="-"; print $2$3,$4,$5,$6,$7$8$9}')"
1414
export USER_ID
1515

16-
if [ "$1" != "logging" ]; then
17-
$0 logging > main-log.txt 2>&1 &
18-
/prettylog
19-
wait
20-
exit
21-
fi
16+
# if [ "$1" != "logging" ]; then
17+
# $0 logging > main-log.txt 2>&1 &
18+
# /prettylog
19+
# wait
20+
# exit
21+
# fi
2222

2323
# check for minimum requirements
2424
REQUIRED_MEM_KB=$((6 * 1024 * 1024))

0 commit comments

Comments
 (0)