aboutsummaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-19 10:16:35 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-19 10:16:35 +0800
commita63a20c42f5bf743bfd5992f661a3e2951fc6baa (patch)
treed9fc84cfbdeeac39f653b4b9534aa4f3b45dc4a8 /run.sh
parent61bbe1952821a9c1b6e3f73b75e1f3b2f638e51e (diff)
Update vfc-catalog license head
Change-Id: If7379fb0e0156034e503059473665f4c93fc2e0b Issue-ID: VFC-376 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'run.sh')
-rw-r--r--run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index 40136547..d4c10a52 100644
--- a/run.sh
+++ b/run.sh
@@ -12,5 +12,6 @@
# 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:8806 > /dev/null &