From 4260ecfa97fbaf0b3ea88bced76154f9e1912830 Mon Sep 17 00:00:00 2001 From: dpavlin Date: Sun, 28 Aug 2005 18:03:13 +0000 Subject: [PATCH] removed debugging output from index target git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@93 8392b6e1-25fa-0310-8288-cc32f8e212ea --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b478d1f..8ac90aa 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ update: index: test test -d /tmp/casket && sudo rm -Rf /tmp/casket || true - sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -i -v 2 2>debug + sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -i xls: sudo -u backuppc /data/backuppc/bin/BackupPC_xls_report && cp -vf /tmp/report.xls ~/public_html/ -- 2.20.1