|
|
@@ -688,7 +688,7 @@ ssh {$sshArgs} {$sshHostUsr} 'ln -s ~/se.encrypted.upgrade/SE /Library/Server/We
|
|
|
";
|
|
|
V::exec($cmd, $out, $ret);
|
|
|
DBG::log([ 'cmd-remote' => $cmd, 'output' => $out ], 'array', "return: {$ret}");
|
|
|
- if (0 !== $ret) throw new Exception("Cannot run remote command using rsa key! #{$ret}");
|
|
|
+ if (0 !== $ret) throw new Exception("Cannot run remote command using rsa key! #{$ret}. cmd: {$cmd} ");
|
|
|
}
|
|
|
|
|
|
public function upgradeRemoteFromTestDirAction() {
|