Browse Source

removed debug break

#146
rootzoll 7 years ago
parent
commit
c668fc4bdd
  1. 3
      home.admin/50torrentHDD.sh

3
home.admin/50torrentHDD.sh

@ -145,9 +145,6 @@ if [ ${#finalSize} -eq 0 ]; then
fi
echo "final size is ${finalSize} of targeted size ${targetSize}"
echo "PRESS KEY TO CONTINUE"
read key
# check result
if [ ${finalSize} -lt ${targetSize} ]; then

Loading…
Cancel
Save