Add Universal Input Output support for APC (#14766)

This commit is contained in:
dennypage
2023-01-10 07:25:16 -08:00
committed by GitHub
parent 3cda342581
commit 7936c7daf2
8 changed files with 3793 additions and 56 deletions

View File

@@ -130,6 +130,10 @@ if (! $snmpsim->isRunning()) {
exit(1);
}
echo "Pausing 10 seconds to allow snmpsim to initialize...\n";
sleep(10);
echo "\n";
try {
$no_save = isset($options['n']) || isset($options['no-save']);
foreach ($os_list as $full_os_name => $parts) {