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

fixed typos

parent d0375a35
No related branches found
No related tags found
No related merge requests found
Pipeline #4464 canceled
......@@ -32,11 +32,14 @@ function cleanup()
function setup_server()
{
$TURBO_HOME/bin/turbod.exe &
turbod_pid=$!
sleep 1
$TURBO_HOME/bin/prepd.exe &
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.
Finish editing this message first!
Please register or to comment