Fix: Correct file path in cp command

脚本中的 cp 命令缺少 ${APP_PATH} 和 patches/main.yaml 之间的斜杠,添加缺失的斜杠以确保文件路径正确.
This commit is contained in:
管子工具箱 2024-06-22 20:30:10 +08:00 committed by GitHub
parent 841927fea3
commit 0545e0bcc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -690,7 +690,7 @@ x86-fix-3.256() {
#mv hw.py.1 hw.py
cp -f ${APP_PATH}/patches/hw.py hw.py
cp -f ${APP_PATH}patches/main.yaml /etc/kvmd/
cp -f ${APP_PATH}/patches/main.yaml /etc/kvmd/
} # end x86-fix-3.256