This commit is contained in:
kali 2020-04-21 08:38:09 -04:00
parent 59683d0466
commit f2bff9abb2

View File

@ -163,7 +163,7 @@ while $SEDOVERFLOW; do
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
SEDOVERFLOW=false SEDOVERFLOW=false
else else
$MAXPATH_FIND_W=$(($MAXPATH_FIND_W-1)) #If overflow of directories, check again with MAXPATH_FIND_W - 1 MAXPATH_FIND_W=$(($MAXPATH_FIND_W-1)) #If overflow of directories, check again with MAXPATH_FIND_W - 1
fi fi
done done