readme add quick start

This commit is contained in:
xiaomlove
2022-06-23 16:39:52 +08:00
parent eb3d7138d6
commit e786b8b461
7 changed files with 28 additions and 8 deletions

View File

@@ -40,7 +40,6 @@ class BackupCronjob extends Command
{
$force = $this->option('force');
$this->info("force: $force");
do_log("ENV: " . getenv('NEXUS_LOG_DIR', true) . ", logFile: " . getLogFile());
$rep = new ToolRepository();
$result = $rep->cronjobBackup($force);
$log = sprintf(