mirror of https://github.com/OpenIPC/firmware.git
Update rootfs_script.sh
parent
a2aa42fbfc
commit
27185cad7d
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue