Skip to content

Commit 6e1182a

Browse files
committed
add quickstart configuration
1 parent 6e0fb4c commit 6e1182a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/scripts/script_install_root.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ su opc -c "mkdir /home/opc/log"
66
# if quickstart
77
([[ ! -z "$1" ]] && [ $1 -eq 1 ] 2>/dev/null) && {
88

9-
su opc -c "/home/opc/quickstart.sh" &
9+
su opc -c "/home/opc/quickstart.sh"
1010
}
1111

1212
# create script to start, stop service "jupyterlab"

0 commit comments

Comments
 (0)