diff options
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 |