Skip to content
Snippets Groups Projects
Commit 4005a36d authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

fixed typos

parent d0375a35
Branches
Tags
No related merge requests found
Pipeline #4464 canceled
...@@ -32,11 +32,14 @@ function cleanup() ...@@ -32,11 +32,14 @@ function cleanup()
function setup_server() function setup_server()
{ {
$TURBO_HOME/bin/turbod.exe &
turbod_pid=$!
sleep 1
$TURBO_HOME/bin/prepd.exe & $TURBO_HOME/bin/prepd.exe &
prepd_pid=$! prepd_pid=$!
$TURBO_HOME/bin/turbod.exe &
turbod_pid=$!
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment