mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update ProcessHostingSubscriptionBackup.php
This commit is contained in:
parent
e4c172218a
commit
030d73cf77
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ class ProcessHostingSubscriptionBackup implements ShouldQueue
|
|||
$backupDone = true;
|
||||
break;
|
||||
}
|
||||
if ($findHostingSubscriptionBackup->status == BackupStatus::Failed) {
|
||||
echo "Backup failed\n";
|
||||
break;
|
||||
}
|
||||
|
||||
sleep(4);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue