container id fix

This commit is contained in:
shimon
2023-08-14 10:48:15 +03:00
parent 9b97317bdc
commit bb3aa1a172
+2
View File
@@ -91,6 +91,8 @@ class Backup extends Action
$this->setProcessors();
$this->setContainerId();
sleep(20);
Console::loop(function () {
$this->start();
}, self::BACKUP_INTERVAL_SECONDS);