Browse Source

* changed `sde cleanup -download` to use bin/sde-cleanup-download

git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21703 10447126-35f2-4685-b0cf-6dd780d3921f
misl/sde-wrapper
Alejandro Mery 17 years ago
parent
commit
c7be39bde8
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      bin/sde-cleanup

+ 1
- 5
bin/sde-cleanup

@ -58,11 +58,7 @@ done
#
if [ $downclean -eq 1 ]; then
echo "Searching for obsolete downloads (this may take some time) ..."
$SDEROOT/bin/sde-download -list-unknown | cut -d ' ' -f 3 |
while read fn; do
[ "$fn" ] && rm -v "$fn"
done
exit
$SDEROOT/bin/sde-cleanup-download
fi
# Remove src.*

Loading…
Cancel
Save