Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/465996e7a2d2dc1018fbdd149669ec87730a144b?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
8 changed files with
8 additions and
8 deletions
@ -94,7 +94,7 @@ function check_root() {
function pve_check( ) {
function pve_check( ) {
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
msg_error "This version of Proxmox Virtual Environment is not supported"
msg_error "This version of Proxmox Virtual Environment is not supported"
echo -e "Requires PVE Version 7.4-13 or higher "
echo -e "Requires PVE 7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later. "
echo -e "Exiting..."
echo -e "Exiting..."
sleep 2
sleep 2
exit
exit
@ -117,7 +117,7 @@ function check_root() {
function pve_check( ) {
function pve_check( ) {
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
msg_error "This version of Proxmox Virtual Environment is not supported"
msg_error "This version of Proxmox Virtual Environment is not supported"
echo -e "Requires PVE Version 7.4-13 or higher "
echo -e "Requires PVE 7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later. "
echo -e "Exiting..."
echo -e "Exiting..."
sleep 2
sleep 2
exit
exit
@ -64,7 +64,7 @@ TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
pushd $TEMP_DIR >/dev/null
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
echo "⚠ This version of Proxmox Virtual Environment is not supported"
echo "⚠ This version of Proxmox Virtual Environment is not supported"
echo -e "Requires PVE Version 7.4-13 or higher "
echo -e "Requires PVE 7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later. "
echo "Exiting..."
echo "Exiting..."
sleep 3
sleep 3
exit
exit
@ -93,7 +93,7 @@ function check_root() {
function pve_check( ) {
function pve_check( ) {
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
msg_error "This version of Proxmox Virtual Environment is not supported"
msg_error "This version of Proxmox Virtual Environment is not supported"
echo -e "Requires PVE Version 7.4-13 or higher "
echo -e "Requires PVE 7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later. "
echo -e "Exiting..."
echo -e "Exiting..."
sleep 2
sleep 2
exit
exit
@ -159,7 +159,7 @@ function msg_error() {
function pve_check( ) {
function pve_check( ) {
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
echo -e " ${ CROSS } This version of Proxmox Virtual Environment is not supported "
echo -e " ${ CROSS } This version of Proxmox Virtual Environment is not supported "
echo -e "Requires PVE Version 7.4-13 or higher "
echo -e "Requires PVE 7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later. "
echo -e "Exiting..."
echo -e "Exiting..."
sleep 2
sleep 2
exit
exit
@ -93,7 +93,7 @@ function check_root() {
function pve_check( ) {
function pve_check( ) {
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
msg_error "This version of Proxmox Virtual Environment is not supported"
msg_error "This version of Proxmox Virtual Environment is not supported"
echo -e "Requires PVE Version 7.4-13 or higher "
echo -e "Requires PVE 7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later. "
echo -e "Exiting..."
echo -e "Exiting..."
sleep 2
sleep 2
exit
exit
@ -86,7 +86,7 @@ fi
function PVE_CHECK( ) {
function PVE_CHECK( ) {
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
echo -e " ${ CROSS } This version of Proxmox Virtual Environment is not supported "
echo -e " ${ CROSS } This version of Proxmox Virtual Environment is not supported "
echo -e "Requires PVE Version 7.4-13 or higher "
echo -e "Requires PVE 7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later. "
echo -e "Exiting..."
echo -e "Exiting..."
sleep 2
sleep 2
exit
exit
@ -94,7 +94,7 @@ function check_root() {
function pve_check( ) {
function pve_check( ) {
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])" ; then
msg_error "This version of Proxmox Virtual Environment is not supported"
msg_error "This version of Proxmox Virtual Environment is not supported"
echo -e "Requires PVE Version 7.4-13 or higher "
echo -e "Requires PVE 7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later. "
echo -e "Exiting..."
echo -e "Exiting..."
sleep 2
sleep 2
exit
exit