mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
Merge pull request #22 from A7T/A7T-patch-1
Fix: Correct file path in cp command 经检查,main.yaml确实被误删。谢谢修正。
This commit is contained in:
commit
e083b9f0b2
@ -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