tolto sh -c da esecuzione remota comando matlab
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user