1
0
Fork 0
mirror of synced 2024-05-29 08:59:50 +12:00

Update functions.php

This commit is contained in:
Bradley Schofield 2021-07-22 14:54:23 +01:00
parent 4d2f5428a2
commit e0ab558f90

View file

@ -348,7 +348,7 @@ class FunctionsV1 extends Worker
}
}
if(isset($list[$container]) && !(\substr($list[$container]->status, 0, 2) === 'Up')) { // Remove conatiner if not online
if(isset($list[$container]) && !(\substr($list[$container]->getStatus(), 0, 2) === 'Up')) { // Remove conatiner if not online
$stdout = '';
$stderr = '';