Changes between Initial Version and Version 1 of Ticket #1542
- Timestamp:
- Nov 5, 2021, 1:49:06 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1542 – Description
initial v1 8 8 This small patch kills the gpg-agent and allows for error free $gnupgtmp deletion. 9 9 10 {{{ 10 11 diff -c backup /usr/sbin/update-smart-drivedb 11 12 *** backup 2021-11-04 14:29:14.665707108 +0100 … … 20 21 rm -f -r "$gnupgtmp" 21 22 return $r 22 23 }}} 23 24 24 25 Reproducible: Always … … 28 29 29 30 Actual Results: 31 {{{ 30 32 LC_ALL=C /etc/cron.monthly/smartmontools-update-drivedb 31 33 rm: cannot remove '/var/db/smartmontools/.gnupg.139163.tmp': Directory not empty 32 34 }}} 33 35 Script executes normal but has problem deleting it's gpg directory. 34 36