run()
{
    nohup python /webapps/hungry-interceptor/app/runserver.py >logfile.txt 2>&1 </dev/null &
    return 0
}

pwd
echo this is before the run function
run
echo end start_server script
