浏览代码

Update mqtt_container.sh

tteckster 3 年之前
父节点
当前提交
1b466bd189
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      ct/mqtt_container.sh

+ 0 - 4
ct/mqtt_container.sh

@@ -164,10 +164,6 @@ msg "Starting LXC container..."
 pct start $CTID
 pct start $CTID
 pct push $CTID mqtt_setup.sh /mqtt_setup.sh -perms 755
 pct push $CTID mqtt_setup.sh /mqtt_setup.sh -perms 755
 pct exec $CTID /mqtt_setup.sh
 pct exec $CTID /mqtt_setup.sh
-LXC_CONFIG=/etc/pve/lxc/${CTID}.conf
-cat <<EOF >> $LXC_CONFIG
-unprivileged: 1
-EOF
 # Get network details and show completion message
 # Get network details and show completion message
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 info "Successfully created a MQTT LXC Container to $CTID at IP Address ${IP}"
 info "Successfully created a MQTT LXC Container to $CTID at IP Address ${IP}"