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

Update vault_setup.sh

pull/26/head
tteckster 3 years ago committed by GitHub
parent 2ca240f637
commit e7734c799e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,7 +63,7 @@ apt-get -qqy install \
echo -e "${CHECKMARK} \e[1;92m Installing Rust... \e[0m" echo -e "${CHECKMARK} \e[1;92m Installing Rust... \e[0m"
apt-get update &>/dev/null apt-get update &>/dev/null
curl -sSf https://sh.rustup.rs | sh -y &>/dev/null wget -qO - https://sh.rustup.rs | sh -s &>/dev/null
echo 'export PATH=~/.cargo/bin:$PATH' >> ~/.bashrc \ echo 'export PATH=~/.cargo/bin:$PATH' >> ~/.bashrc \
export PATH=~/.cargo/bin:$PATH \ export PATH=~/.cargo/bin:$PATH \
which rustc &>/dev/null which rustc &>/dev/null

Loading…
Cancel
Save

Powered by BW's shoe-string budget.