Fixed tar xf error
This commit is contained in:
parent
05b1b5032e
commit
150a1e2ab5
@ -56,6 +56,7 @@ then
|
|||||||
rm /tmp/kernelcheck/kernelcheck.pid
|
rm /tmp/kernelcheck/kernelcheck.pid
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
cd /tmp/kernelcheck
|
||||||
tar xf /tmp/kernelcheck/linux-$latest.tar
|
tar xf /tmp/kernelcheck/linux-$latest.tar
|
||||||
while [ ! -d /tmp/kernelcheck/linux-$latest ] # Executed if tar xf command failed to write directory
|
while [ ! -d /tmp/kernelcheck/linux-$latest ] # Executed if tar xf command failed to write directory
|
||||||
do
|
do
|
||||||
|
Reference in New Issue
Block a user