summaryrefslogtreecommitdiffstats
path: root/zte/vmanager/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'zte/vmanager/run.sh')
-rwxr-xr-xzte/vmanager/run.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/zte/vmanager/run.sh b/zte/vmanager/run.sh
index 4ed4445b..111e9fc3 100755
--- a/zte/vmanager/run.sh
+++ b/zte/vmanager/run.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
-nohup python manage.py runserver $sip:8410 > /dev/null &
+nohup python manage.py runserver 0.0.0.0:8410 > /dev/null &