mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
Fix: Correct file path in cp command
脚本中的 cp 命令缺少 ${APP_PATH} 和 patches/main.yaml 之间的斜杠,添加缺失的斜杠以确保文件路径正确.
This commit is contained in:
parent
841927fea3
commit
0545e0bcc6
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user