提交 2fe0bed0 编写于 作者: R roo00

更新脚本

上级 041ade0b
......@@ -103,6 +103,18 @@ if exist "%~dp0local\update" (
if exist "%~dp0console_aix.sh" (
copy "%~dp0local\update\o2server\console_aix.sh" "%~dp0"
)
if exist "%~dp0start_raspberrypi.sh" (
copy "%~dp0local\update\o2server\start_raspberrypi.sh" "%~dp0"
)
if exist "%~dp0start_raspberrypi_debug.sh" (
copy "%~dp0local\update\o2server\start_raspberrypi_debug.sh" "%~dp0"
)
if exist "%~dp0stop_raspberrypi.sh" (
copy "%~dp0local\update\o2server\stop_raspberrypi.sh" "%~dp0"
)
if exist "%~dp0console_raspberrypi.sh" (
copy "%~dp0local\update\o2server\console_raspberrypi.sh" "%~dp0"
)
if exist "%~dp0start_neokylin_loongson.sh" (
copy "%~dp0local\update\o2server\start_neokylin_loongson.sh" "%~dp0"
)
......@@ -115,17 +127,17 @@ if exist "%~dp0local\update" (
if exist "%~dp0console_neokylin_loongson.sh" (
copy "%~dp0local\update\o2server\console_neokylin_loongson.sh" "%~dp0"
)
if exist "%~dp0start_raspberrypi.sh" (
copy "%~dp0local\update\o2server\start_raspberrypi.sh" "%~dp0"
if exist "%~dp0start_kylinos_phytium.sh" (
copy "%~dp0local\update\o2server\start_kylinos_phytium.sh" "%~dp0"
)
if exist "%~dp0start_raspberrypi_debug.sh" (
copy "%~dp0local\update\o2server\start_raspberrypi_debug.sh" "%~dp0"
if exist "%~dp0start_kylinos_phytium_debug.sh" (
copy "%~dp0local\update\o2server\start_kylinos_phytium_debug.sh" "%~dp0"
)
if exist "%~dp0stop_raspberrypi.sh" (
copy "%~dp0local\update\o2server\stop_raspberrypi.sh" "%~dp0"
if exist "%~dp0stop_kylinos_phytium.sh" (
copy "%~dp0local\update\o2server\stop_kylinos_phytium.sh" "%~dp0"
)
if exist "%~dp0console_raspberrypi.sh" (
copy "%~dp0local\update\o2server\console_raspberrypi.sh" "%~dp0"
if exist "%~dp0console_kylinos_phytium.sh" (
copy "%~dp0local\update\o2server\console_kylinos_phytium.sh" "%~dp0"
)
copy "%~dp0local\update\o2server\version.o2" "%~dp0"
rmdir /S/Q "%~dp0local\update"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册