Skip to content

Commit

Permalink
Fiy typo for extra to back up files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Commifreak committed Sep 24, 2024
1 parent 7cf54fa commit bacb0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@

$tarExcludes = [];
if (!empty($abSettings->globalExclusions)) {
ABHelper::backupLog("Got global excludes! " . PHP_EOL . print_r($abSettings->globalExclusions, true), self::LOGLEVEL_DEBUG);
ABHelper::backupLog("Got global excludes! " . PHP_EOL . print_r($abSettings->globalExclusions, true), ABHelper::LOGLEVEL_DEBUG);
foreach ($abSettings->globalExclusions as $globalExclusion) {
$tarExcludes[] = '--exclude ' . escapeshellarg($globalExclusion);
}
Expand Down

0 comments on commit bacb0ed

Please sign in to comment.