From 34963ff8705e829e7f06f5e891203b60ba975f6d Mon Sep 17 00:00:00 2001 From: Alessandro Battilani Date: Thu, 23 Dec 2021 18:01:36 +0100 Subject: [PATCH] tolto sh -c da esecuzione remota comando matlab --- LoadCSVData.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoadCSVData.pl b/LoadCSVData.pl index 156470b..fdf209a 100755 --- a/LoadCSVData.pl +++ b/LoadCSVData.pl @@ -144,7 +144,7 @@ sub matlabCalc { #my $args = "sh -c \'cd $matlab_func_dir; pwd; $cmd_elab\'"; my $args = -"ssh $matlab_exec_user\@$matlab_proxy_ssh -p $matlab_proxy_ssh_port \"sh -c \'cd $matlab_func_dir; $cmd_elab\'\""; +"ssh $matlab_exec_user\@$matlab_proxy_ssh -p $matlab_proxy_ssh_port \'cd $matlab_func_dir; $cmd_elab\'"; if ( system($args) != 0 ) { my $argscat =