no message
This commit is contained in:
parent
d94179aa65
commit
f582a2b716
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
!/github/init.sh
|
!/github/init.sh
|
||||||
!/github/pull.sh
|
!/github/pull.sh
|
||||||
!/github/push.sh
|
!/github/push.sh
|
||||||
|
README.md
|
||||||
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user