Stop all ranger processes in container on invocation of stop

Change-Id: I029de49bbef2f66c4fd3b67ad73d2ae1f243e38b
This commit is contained in:
hosingh000 2019-05-03 12:58:48 -05:00
parent 77abfeb526
commit 144c4f62e9
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ fi
function stop() {
kill -TERM 1
pkill -e ranger
}