@@ -153,7 +153,7 @@ while [ $index -lt $dircount ]; do
eval origname=$"$fname"
echo "Recreating directory ../$origname"
(cd tmpdir; tar xf ../files/$fname.tar)
mv tmpdir/`basename $origname` ../$origname
mv tmpdir/$origname ../$origname
index=`expr $index + 1`
done
rm -fr tmpdir
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.