Merge pull request #22 from A7T/A7T-patch-1

Fix: Correct file path in cp command
经检查,main.yaml确实被误删。谢谢修正。
This commit is contained in:
SilentWind 2024-06-22 21:05:42 +08:00 committed by GitHub
commit e083b9f0b2
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