Improved wgetauto.
This commit is contained in:
parent
b7be0e10e4
commit
136559633d
@ -21,7 +21,7 @@ capture()
|
|||||||
|
|
||||||
wgetpid="$!"
|
wgetpid="$!"
|
||||||
echo "wget PID=$wgetpid"
|
echo "wget PID=$wgetpid"
|
||||||
echo "$(ps auxwww|grep $wgetpid | grep -v grep)"
|
echo "$(ps auxwww|grep "$wgetpid" | grep -v grep)"
|
||||||
|
|
||||||
sleep "$duration"
|
sleep "$duration"
|
||||||
echo "Kill attempting…"
|
echo "Kill attempting…"
|
||||||
|
Loading…
Reference in New Issue
Block a user