summaryrefslogtreecommitdiffstats
path: root/azure/stop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'azure/stop.sh')
-rw-r--r--azure/stop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/stop.sh b/azure/stop.sh
index 04e822a..3c367de 100644
--- a/azure/stop.sh
+++ b/azure/stop.sh
@@ -12,4 +12,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# ps auxww | grep 'manage.py runserver 0.0.0.0:9004' | awk '{print $2}' | xargs kill -9
-ps auxww |grep 'uwsgi --http :9004 --module azure.wsgi --master' |awk '{print $2}' |xargs kill -9
+ps auxww |grep 'uwsgi --http :9004 --module multicloud_azure.wsgi --master' |awk '{print $2}' |xargs kill -9