Update rootfs_script.sh

pull/1681/head
Huang jinlong 2024-12-11 09:28:56 +08:00 committed by GitHub
parent a2aa42fbfc
commit 27185cad7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ EOF
#######################################################################################################################
# 复制 mosquitto配置
cp -rf "${GITHUB_WORKSPACE}/general/longcat-openipc/mosquitto/" "${TARGET_DIR}/etc/mosquitto"
cp -rf "${GITHUB_WORKSPACE}/general/longcat-openipc/mosquitto" "${TARGET_DIR}/etc/"
cp "${GITHUB_WORKSPACE}/general/longcat-openipc/mqtt_pub.sh" "${TARGET_DIR}/usr/sbin/"
chmod +x "${TARGET_DIR}/usr/sbin/mqtt_pub.sh"
cp "${GITHUB_WORKSPACE}/general/longcat-openipc/mqtt_sub.sh" "${TARGET_DIR}/usr/sbin/"