From 44af7158e3a437defb9a1d757b398ed74f71fb19 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 7 Dec 2007 15:32:45 +0000 Subject: [PATCH] no longer necesary to cd into the source directy to execute test --- node_ssh/nst.cron | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/node_ssh/nst.cron b/node_ssh/nst.cron index 00ee599..09080b6 100644 --- a/node_ssh/nst.cron +++ b/node_ssh/nst.cron @@ -1,6 +1,5 @@ -NTS_PATH = "/var/planetlab/test/nts" -*/2 * * * * cd $NTS_PATH; python nts.py; +*/2 * * * * root nts -- 2.47.0