Fixed tar xf error

This commit is contained in:
toloveru 2017-04-19 15:59:45 +02:00
parent 05b1b5032e
commit 150a1e2ab5
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ then
rm /tmp/kernelcheck/kernelcheck.pid
exit 1
fi
cd /tmp/kernelcheck
tar xf /tmp/kernelcheck/linux-$latest.tar
while [ ! -d /tmp/kernelcheck/linux-$latest ] # Executed if tar xf command failed to write directory
do