mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:59:40 +02:00
[package] base-files: fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28681 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5a382347ed
commit
d3b6c9da0d
@ -79,7 +79,7 @@ run_ramfs() { # <command> [...]
|
|||||||
|
|
||||||
kill_remaining() { # [ <signal> ]
|
kill_remaining() { # [ <signal> ]
|
||||||
local sig="${1:-TERM}"
|
local sig="${1:-TERM}"
|
||||||
echo -n "Sending $sig to remaing processes ... "
|
echo -n "Sending $sig to remaining processes ... "
|
||||||
top -bn1 | while read pid ppid user stat vsz pvsz pcpu cmd args; do
|
top -bn1 | while read pid ppid user stat vsz pvsz pcpu cmd args; do
|
||||||
case "$pid" in
|
case "$pid" in
|
||||||
[0-9]*) : ;;
|
[0-9]*) : ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user