Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/5d64448ac20efec2cc0ea6d1c45e5332b87acca2?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update post-pve-install.sh

tweak
pull/2487/head
tteckster 1 year ago committed by GitHub
parent 966ab2d26e
commit 5d64448ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -104,17 +104,17 @@ EOF
"no" " " 3>&2 2>&1 1>&3)
case $CHOICE in
yes)
msg_info "Enabling 'ceph package repositories'"
msg_info "Correcting 'ceph package repositories'"
cat <<EOF >/etc/apt/sources.list.d/ceph.list
# deb http://download.proxmox.com/debian/ceph-quincy bookworm enterprise
# deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription
# deb http://download.proxmox.com/debian/ceph-reef bookworm enterprise
# deb http://download.proxmox.com/debian/ceph-reef bookworm no-subscription
EOF
msg_ok "Enabled 'ceph package repositories'"
msg_ok "Corrected 'ceph package repositories'"
;;
no)
msg_error "Selected no to Enabling 'ceph package repositories'"
msg_error "Selected no to Correcting 'ceph package repositories'"
;;
esac
fi

Loading…
Cancel
Save

Powered by BW's shoe-string budget.