From c2bea61a8fab54280e75251b2a4faab3478d7e5d Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 16 Nov 2004 19:30:01 +0000 Subject: [PATCH] - since we're redirecting output anyway, might as well see everything --- NodeUpdate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeUpdate.py b/NodeUpdate.py index eb653a0..e3f890a 100644 --- a/NodeUpdate.py +++ b/NodeUpdate.py @@ -55,7 +55,7 @@ import string NODEUPDATE_PID_FILE= "/var/run/NodeUpdate.pid" # variables for cron file creation -TARGET_SCRIPT = '(echo && date && echo && /usr/local/planetlab/bin/NodeUpdate.py) >>/var/log/NodeUpdate.log 2>&1' +TARGET_SCRIPT = '(echo && date && echo && /usr/local/planetlab/bin/NodeUpdate.py start) >>/var/log/NodeUpdate.log 2>&1' TARGET_DESC = 'Update node RPMs periodically' TARGET_USER = 'root' TARGET_SHELL = '/bin/bash' -- 2.43.0