Skip to content

Commit

Permalink
Final adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Commifreak committed Apr 24, 2023
1 parent 446888a commit 638aa0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/include/ABHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public static function backupContainer($container, $destination) {
return true;
}

self::backupLog("Final volumes: " . implode(", ", $volumes), self::LOGLEVEL_DEBUG);
self::backupLog("Calculated volumes to back up: " . implode(", ", $volumes));

$destination = $destination . "/" . $container['Name'] . '.tar';

Expand Down
2 changes: 1 addition & 1 deletion src/scripts/checkCron.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require_once(dirname(__DIR__) . '/include/ABSettings.php');

echo "Manually checking cron." . PHP_EOL;
echo "Checking cron." . PHP_EOL;

$abSettings = new ABSettings();
$abSettings->checkCron();
Expand Down

0 comments on commit 638aa0f

Please sign in to comment.