仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PLTWEB
平台WEB项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1、jar包更新 2、UI测试接口。获取产品和获取ebom
dangsn
2024-11-14
744819bfd6accd29a80a3494567cc2093cf3affa
[PLTWEB.git]
/
Bin
/
00-startup.sh
1
2
3
4
5
6
7
8
9
10
11
12
#/bin/sh
if [ -n "$1" ]; then
export PLTDIR=$1
else
export PLTDIR=`pwd`
fi
cd $PLTDIR
setsid ./1-Startup_Redis.sh &
sleep 3s
setsid ./1-Startup_Server.sh &