mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +00:00
Update HostingSubscriptionBackup.php
This commit is contained in:
parent
d738974329
commit
489ae3ee08
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class HostingSubscriptionBackup extends Model
|
|||
|
||||
if ($this->status == BackupStatus::Processing) {
|
||||
|
||||
$backupDoneFile = $this->path.'/backup2.done';
|
||||
$backupDoneFile = $this->path.'/backup.done';
|
||||
$backupZipFile = $this->file_path;
|
||||
|
||||
if (file_exists($backupDoneFile) && file_exists($backupZipFile)) {
|
||||
|
|
Loading…
Reference in a new issue