Commit 7a0502ad authored by canterburym's avatar canterburym
Browse files

Fixing issue with pidof calls and use of python rather than python3

parent caac68ee
python processRequest.py $1
\ No newline at end of file
python3 processRequest.py $1
echo "Starting Middlebox"
../middlebox 8423 127.0.0.1:8423 webMiddlebox &
mboxpid=$(pidof ../mcmbox)
mboxpid=$(pidof middlebox)
sleep .3
echo "Starting Server"
../server ./pythonHandlerScript.sh &
serverpid=$(pidof ../mcserver)
serverpid=$(pidof server)
sleep .3
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment