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 =