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/init.sh
!/github/pull.sh !/github/pull.sh
!/github/push.sh !/github/push.sh
README.md

View File

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