Update install_reader.sh
Browse files- install_reader.sh +3 -2
install_reader.sh
CHANGED
|
@@ -74,9 +74,10 @@ done
|
|
| 74 |
if [ -f "./bin/startup.sh" ]; then
|
| 75 |
echo "正在启动服务..."
|
| 76 |
chmod +x "./bin/startup.sh"
|
| 77 |
-
|
|
|
|
| 78 |
echo "服务已启动!"
|
| 79 |
-
tail -f
|
| 80 |
else
|
| 81 |
echo "错误:启动脚本不存在"
|
| 82 |
exit 1
|
|
|
|
| 74 |
if [ -f "./bin/startup.sh" ]; then
|
| 75 |
echo "正在启动服务..."
|
| 76 |
chmod +x "./bin/startup.sh"
|
| 77 |
+
cd bin
|
| 78 |
+
./startup.sh -m single
|
| 79 |
echo "服务已启动!"
|
| 80 |
+
tail -f app/logs/start.out
|
| 81 |
else
|
| 82 |
echo "错误:启动脚本不存在"
|
| 83 |
exit 1
|