Browse Source

sde-reschedule: fixed to also be able to remove log-less packages

karasz/new-early
Alejandro Mery 17 years ago
parent
commit
5ed11c2076
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/sde-reschedule-package

+ 1
- 1
bin/sde-reschedule-package

@ -96,7 +96,7 @@ reschedule_package()
logs=$(ls -1 "$sandbox/var/adm/logs"/?-$pkg.{err,out,log} \
2> /dev/null)
[ -n "$logs" ] || continue
[ -n "$logs" -o -s "$sandbox/var/adm/packages/$pkg" ] || continue
echo "$config: Removing $pkg..."

Loading…
Cancel
Save