Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 329f9eb

Browse files
authored
bun:fmt
1 parent d152fb5 commit 329f9eb

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

jupyterlab/run.sh

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/env sh
22

3-
if [ -n "${BASE_URL}" ]
4-
then
5-
BASE_URL="--ServerApp.base_url=${BASE_URL}"
3+
if [ -n "${BASE_URL}" ]; then
4+
BASE_URL="--ServerApp.base_url=${BASE_URL}"
65
fi
76

87
BOLD='\033[0;1m'
@@ -28,9 +27,9 @@ fi
2827
printf "👷 Starting jupyterlab in background..."
2928
printf "check logs at ${LOG_PATH}"
3029
$HOME/.local/bin/jupyter-lab --no-browser \
31-
"$BASE_URL" \
32-
--ServerApp.ip='*' \
33-
--ServerApp.port="${PORT}" \
34-
--ServerApp.token='' \
35-
--ServerApp.password='' \
36-
> "${LOG_PATH}" 2>&1 &
30+
"$BASE_URL" \
31+
--ServerApp.ip='*' \
32+
--ServerApp.port="${PORT}" \
33+
--ServerApp.token='' \
34+
--ServerApp.password='' \
35+
> "${LOG_PATH}" 2>&1 &

0 commit comments

Comments
 (0)