assdasd
This commit is contained in:
@@ -40,6 +40,10 @@ foreach ($hosts as $host) {
|
||||
$updateCount = (int)$m[1];
|
||||
}
|
||||
}
|
||||
$updatePreview = trim($updOutStr);
|
||||
if (strlen($updatePreview) > 1200) {
|
||||
$updatePreview = substr($updatePreview, 0, 1200);
|
||||
}
|
||||
|
||||
[$upgExit, $upgOut, $upgErr] = runSshCommandCapture($host, $upgradeCmd, $strictHostKey, 25);
|
||||
$upgOutStr = (string)$upgOut;
|
||||
|
||||
Reference in New Issue
Block a user