Skip to content

Commit 971eb1b

Browse files
author
xtutran
committed
remove nohup
1 parent 653bf06 commit 971eb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/deploy/start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ ! -d "$LOG_DIR" ]; then
66
mkdir $LOG_DIR
77
fi
88

9-
nohup jupyter notebook 1>$LOG_DIR/notebook.out 2>&1 & echo $! > $BASE_DIR/run.pid
9+
jupyter notebook 1>$LOG_DIR/notebook.out 2>&1 & echo $! > $BASE_DIR/run.pid
1010

1111
if [ $? -eq 0 ]; then
1212
# list running notebook (just for info)

0 commit comments

Comments
 (0)