Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/b84aa466fc457dca3fbd6f9c3b032260fb0d455d You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update mqtt_container.sh

pull/23/head
tteckster 3 years ago committed by GitHub
parent 7d62942559
commit b84aa466fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -164,7 +164,10 @@ msg "Starting LXC container..."
pct start $CTID
pct push $CTID mqtt_setup.sh /mqtt_setup.sh -perms 755
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
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}"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.