aboutsummaryrefslogtreecommitdiffstats
path: root/stop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'stop.sh')
-rw-r--r--stop.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/stop.sh b/stop.sh
index 40ed3b60..5b0b8065 100644
--- a/stop.sh
+++ b/stop.sh
@@ -13,5 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-sip=127.0.0.1
-ps auxww | grep "manage.py runserver $sip:8806" | awk '{print $2}' | xargs kill -9
+ps auxww | grep "manage.py runserver 0.0.0.0:8806" | awk '{print $2}' | xargs kill -9