[Piuparts-commits] [piuparts] 01/01: fix redirect
Holger Levsen
holger at moszumanska.debian.org
Sat Apr 4 13:44:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 01aff8cd26f3cffa09219fc062310b4c992c3a7e
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Apr 4 15:44:33 2015 +0200
fix redirect
---
conf/crontab-slave.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/crontab-slave.in b/conf/crontab-slave.in
index 4f626e6..08e7455 100644
--- a/conf/crontab-slave.in
+++ b/conf/crontab-slave.in
@@ -4,7 +4,7 @@
# start slave_run automatically after reboots
#
@reboot @sharedir@/piuparts/slave/slave_cleanup ; @sharedir@/piuparts/slave/slave_run
-42 * * * * @sharedir@/piuparts/slave/slave_cleanup ; ! @sharedir@/piuparts/slave/slave_run 1>&2>/dev/null || echo "piuparts-slave started by cron"
+42 * * * * @sharedir@/piuparts/slave/slave_cleanup ; ! @sharedir@/piuparts/slave/slave_run >/dev/null 2>&1 || echo "piuparts-slave started by cron"
#
# monitor slave session every hour
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list