From: Mark Huang Date: Tue, 16 Nov 2004 19:30:01 +0000 (+0000) Subject: - since we're redirecting output anyway, might as well see everything X-Git-Tag: NodeUpdate-0_4-3_planetlab~1 X-Git-Url: http://git.onelab.eu/?p=nodeupdate.git;a=commitdiff_plain;h=c2bea61a8fab54280e75251b2a4faab3478d7e5d - since we're redirecting output anyway, might as well see everything --- 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'