Spaces:
Runtime error
Runtime error
Update install_reader.sh
Browse files- install_reader.sh +1 -0
install_reader.sh
CHANGED
|
@@ -46,6 +46,7 @@ if [ -f "./startup.sh" ]; then
|
|
| 46 |
chmod +x "./startup.sh"
|
| 47 |
./startup.sh -m single
|
| 48 |
echo "服务已启动!"
|
|
|
|
| 49 |
else
|
| 50 |
echo "错误:启动脚本不存在"
|
| 51 |
exit 1
|
|
|
|
| 46 |
chmod +x "./startup.sh"
|
| 47 |
./startup.sh -m single
|
| 48 |
echo "服务已启动!"
|
| 49 |
+
tail -f /app/logs/start.out
|
| 50 |
else
|
| 51 |
echo "错误:启动脚本不存在"
|
| 52 |
exit 1
|