Update Backup.php

This commit is contained in:
Bozhidar 2024-05-16 14:20:16 +03:00
parent 57379ac034
commit 6a7bdd523e

View file

@ -286,7 +286,7 @@ class Backup extends Model
}
$shellFileContent .= PHP_EOL;
break;
}
}
@ -299,7 +299,7 @@ class Backup extends Model
$shellFileContent .= 'echo "Backup complete"' . PHP_EOL;
$shellFileContent .= 'touch ' . $backupPath. '/backup.done' . PHP_EOL;
$shellFileContent .= 'rm -rf ' . $backupTempScript;
file_put_contents($backupTempScript, $shellFileContent);
// chmod read and delete by owner only