mirror of
https://gitlab.com/peterpt/IPTV-CHECK.git
synced 2025-05-15 09:40:08 -07:00
Multiple bug fixes
This commit is contained in:
parent
80b7a6a4d7
commit
054d4fef0e
@ -47,14 +47,14 @@ rpid=$(ps -p "$pid" -o pid= | awk '{print$1}')
|
||||
if [[ "$rpid" == "$pid" ]]
|
||||
then
|
||||
kill $pid >/dev/null 2>&1
|
||||
#rm -rf $path/temp/* >/dev/null 2>&1
|
||||
rm -rf $path/temp/* >/dev/null 2>&1
|
||||
exit 1
|
||||
else
|
||||
#rm -rf $path/temp/* >/dev/null 2>&1
|
||||
rm -rf $path/temp/* >/dev/null 2>&1
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
#rm -rf $path/temp/* >/dev/null 2>&1
|
||||
rm -rf $path/temp/* >/dev/null 2>&1
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user