diff options
Diffstat (limited to 'unmaintained/roundcubemail/roundcubemail.daily')
-rw-r--r-- | unmaintained/roundcubemail/roundcubemail.daily | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/unmaintained/roundcubemail/roundcubemail.daily b/unmaintained/roundcubemail/roundcubemail.daily deleted file mode 100644 index 5a498d33009..00000000000 --- a/unmaintained/roundcubemail/roundcubemail.daily +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/ash -set -eu -set -o pipefail - -# An awk program to add timestamp prefix to all logged lines. -AWK_LOG_PREFIX='{ print strftime("%Y-%m-%d %H:%M:%S:"), $0; fflush(); }' - -su roundcube -s /bin/sh -c '/usr/share/webapps/roundcube/bin/cleandb.php' 2>&1 \ - | awk "$AWK_LOG_PREFIX" \ - | tee -a /var/log/roundcube/cron.log |