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