diff options
Diffstat (limited to 'azure/run.sh')
-rw-r--r-- | azure/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure/run.sh b/azure/run.sh index 6883739..5ec19e2 100644 --- a/azure/run.sh +++ b/azure/run.sh @@ -31,8 +31,8 @@ then python multivimbroker/scripts/api.py else # nohup python manage.py runserver 0.0.0.0:9008 2>&1 & - nohup uwsgi --http :9008 --module azure.wsgi --master --processes 4 & - nohup python -m azure.event_listener.server 2>&1 & + nohup uwsgi --http :9008 --module multicloud_azure.wsgi --master --processes 4 & + nohup python -m multicloud_azure.event_listener.server 2>&1 & while [ ! -f $logDir/azure.log ]; do sleep 1 |