diff options
Diffstat (limited to 'zte/vmanager/stop.sh')
-rwxr-xr-x | zte/vmanager/stop.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zte/vmanager/stop.sh b/zte/vmanager/stop.sh index a4f5c8a0..8848e16d 100755 --- a/zte/vmanager/stop.sh +++ b/zte/vmanager/stop.sh @@ -12,5 +12,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # 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:8410" | awk '{print $2}' | xargs kill -9 +ps auxww | grep "manage.py runserver 0.0.0.0:8410" | awk '{print $2}' | xargs kill -9 |