This commit is contained in:
aaronchen2k
2020-02-10 15:27:20 +08:00
parent 22a510b5fa
commit 95b46e92fd
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -159,8 +159,6 @@ cron="$phpcli $basePath/php/crond.php"
echo $cron > $basePath/cron.sh
echo "cron.sh ok"
0 */1 * * * ?
chmod 755 $basePath/*.sh
exit 0
+1 -1
View File
@@ -122,7 +122,7 @@ $lang->menu->my = '<span> 我的地盘</span>|my|index';
$lang->menu->product = $lang->productCommon . '|product|index|locate=no';
$lang->menu->project = $lang->projectCommon . '|project|index|locate=no';
$lang->menu->qa = '测试|qa|index';
$lang->menu->devops = '持续集成|repo|browse';
$lang->menu->devops = '集成|repo|browse';
$lang->menu->doc = '文档|doc|index';
$lang->menu->report = '统计|report|index';
$lang->menu->company = '组织|company|index';