]> BookStack Code Mirror - system-cli/blobdiff - scripts/Commands/BackupCommand.php
Added "init" command to admin-cli
[system-cli] / scripts / Commands / BackupCommand.php
index f2c47a27f73ce1b6fd26322d1befeb4ca2e7758d..a607f342a0c55e2e80c6ffecc66bd92176c7b2d2 100644 (file)
@@ -66,7 +66,7 @@ final class BackupCommand
         $zip->close();
         rename($zipTempFile, $zipOutFile);
 
-        // Announce end and display errors
+        // Announce end
         echo "Backup finished.\nOutput ZIP saved to: {$zipOutFile}\n";
     }