Преглед изворни кода

+ debug aby wyslac na prezesowego laptopa kod

a.binder пре 8 година
родитељ
комит
509ad21418
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      SE/se-lib/Route/Install.php

+ 1 - 1
SE/se-lib/Route/Install.php

@@ -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() {