From c20680b168f0be600a25a2381bc0db9bc3929b21 Mon Sep 17 00:00:00 2001 From: Dimitri Mazmanov Date: Mon, 30 Jan 2017 15:27:50 +0100 Subject: Debug fix Wrong path was used to invoke the script Change-Id: I2e6c1c0cce9c0e9e83ddb2ab3fbfce997055220e Signed-off-by: Dimitri Mazmanov --- tools/keystone/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/keystone/run.sh b/tools/keystone/run.sh index 0389f6f..8fe933f 100755 --- a/tools/keystone/run.sh +++ b/tools/keystone/run.sh @@ -86,7 +86,7 @@ function run_on_target() { sshpass -p r00tme ssh 2>/dev/null $ssh_options root@${installer_ip} \ "ssh $ssh_options $1 \"cd /root/ && chmod +x ${runnable}\"" &> /dev/null sshpass -p r00tme ssh 2>/dev/null $ssh_options root@${installer_ip} \ - "ssh $ssh_options $1 \"cd /root/ && nohup /root/${runnable} > ${runnable}.log 2> /dev/null\"" &> /dev/null + "ssh $ssh_options $1 \"cd /root/ && nohup ${runnable} > ${runnable}.log 2> /dev/null\"" &> /dev/null # Output here sshpass -p r00tme ssh 2>/dev/null $ssh_options root@${installer_ip} \ "ssh $ssh_options $1 \"cd /root/ && cat ${runnable}.log\"" -- cgit 1.2.3-korg