From 34c926a0bdbf1711e5cc7440f9b1eb32b6065d53 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Mon, 28 May 2012 21:36:36 -0400 Subject: [PATCH] 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. --- database/configuration/cron/acroread_cleaner.crontab | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 database/configuration/cron/acroread_cleaner.crontab 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' + -- 2.34.1