From 86a30aa99415b4a68f9b483487ba101a722c3f92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Tue, 16 Feb 2010 14:28:43 +0000 Subject: [PATCH] ops... fix path. --- automate-default.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automate-default.sh b/automate-default.sh index 0f0d87f..32c9407 100755 --- a/automate-default.sh +++ b/automate-default.sh @@ -62,7 +62,7 @@ fi #TODO: should add a call to ssh-add -l to check if the keys are loaded or not. source ${MONITOR_SCRIPT_ROOT}/agent.sh -${MONITOR_SCRIPT_ROOT}/tools/syncwithplc.py $DATE || : +${MONITOR_SCRIPT_ROOT}/commands/syncwithplc.py $DATE || : service plc restart monitor echo "Performing FindAll Nodes" -- 2.43.0