We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0fb4c commit 6e1182aCopy full SHA for 6e1182a
terraform/scripts/script_install_root.sh
@@ -6,7 +6,7 @@ su opc -c "mkdir /home/opc/log"
6
# if quickstart
7
([[ ! -z "$1" ]] && [ $1 -eq 1 ] 2>/dev/null) && {
8
9
-su opc -c "/home/opc/quickstart.sh" &
+su opc -c "/home/opc/quickstart.sh"
10
}
11
12
# create script to start, stop service "jupyterlab"
0 commit comments