no message

This commit is contained in:
hellcat 2025-04-22 20:44:10 +08:00
parent d94179aa65
commit f582a2b716
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
!/github/init.sh
!/github/pull.sh
!/github/push.sh
README.md

View File

@ -187,7 +187,7 @@ class CronController
$returnVar = 0;
exec($command, $output, $returnVar);
if ($returnVar !== 0) {
if ($returnVar !== 0 && $this->aArticle['show_error'] == 1) {
$aMsg = [
"命令" => $command,