diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-19 10:16:35 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-19 10:16:35 +0800 |
commit | a63a20c42f5bf743bfd5992f661a3e2951fc6baa (patch) | |
tree | d9fc84cfbdeeac39f653b4b9534aa4f3b45dc4a8 /stop.sh | |
parent | 61bbe1952821a9c1b6e3f73b75e1f3b2f638e51e (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 'stop.sh')
-rw-r--r-- | stop.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ps auxww | grep "manage.py runserver $sip:8806" | awk '{print $2}' | xargs kill -9 |