Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/bd1705f2d23f8e57eb645ae2ca0489e27e226f45?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -122,7 +122,7 @@ if [[ $FILE == *.zip ]]; then
echo -e "\e[1;33m Checking for unzip command... \e[0m"
echo -e "\e[1;33m Checking for unzip command... \e[0m"
if ! command -v unzip & > /dev/null; then
if ! command -v unzip & > /dev/null; then
echo -e "\e[1;33m Installing Unzip... \e[0m"
echo -e "\e[1;33m Installing Unzip... \e[0m"
apt-get --allow-releaseinfo-change update >/dev/null
apt-get update >/dev/null
apt-get -qqy install unzip & >/dev/null
apt-get -qqy install unzip & >/dev/null
fi
fi
fi
fi
@ -176,7 +176,7 @@ set +o errtrace
' ERR
' ERR
if [ " $( command -v kpartx) " = "" ] ; then
if [ " $( command -v kpartx) " = "" ] ; then
echo -e "\e[1;33m Installing kpartx... \e[0m"
echo -e "\e[1;33m Installing kpartx... \e[0m"
apt-get --allow-releaseinfo-change update >/dev/null
apt-get update >/dev/null
apt-get -qqy install kpartx & >/dev/null
apt-get -qqy install kpartx & >/dev/null
fi
fi
DISK1_PATH = " $( pvesm path $DISK1_REF ) "
DISK1_PATH = " $( pvesm path $DISK1_REF ) "