From: Fred T. Hamster Date: Tue, 29 May 2012 01:36:36 +0000 (-0400) Subject: new example, cleans up an acroread junk file created on linux systems. X-Git-Tag: 2.140.90~1335 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=34c926a0bdbf1711e5cc7440f9b1eb32b6065d53 new example, cleans up an acroread junk file created on linux systems. adobe's not only ditching linux for android only, but they gave us a bunch of bugs in their last version? hey everybody, let's sell off all our adobe stock. --- diff --git a/database/configuration/cron/acroread_cleaner.crontab b/database/configuration/cron/acroread_cleaner.crontab new file mode 100644 index 00000000..6c59e43d --- /dev/null +++ b/database/configuration/cron/acroread_cleaner.crontab @@ -0,0 +1,7 @@ + +SHELL=/bin/bash + +# m h dom mon dow command + +* * * * * /bin/rm -f $HOME'/C:\nppdf32Log\debuglog.txt' +