Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/f8cf049e08cd1852fe536a1dceb71175a958ac0a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -62,7 +62,7 @@ apt-get -qqy install \
build-essential & >/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Installing Rust... \e[0m "
curl https://sh.rustup.rs -sSf | sh & >/dev/null
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s & >/dev/null
echo 'export PATH=~/.cargo/bin:$PATH' >> ~/.bashrc & >/dev/null
export PATH = ~/.cargo/bin:$PATH & >/dev/null
which rustc & >/dev/null
@ -142,4 +142,4 @@ systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
systemctl enable vaultwarden.service & >/dev/null
systemctl start vaultwarden.service & >/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Cleanup... \e[0m "
rm -rf /vault_setup.sh /var/{ cache,log} /* /var/lib/apt/lists/*
rm -rf /vault_setup.sh /var/{ cache,log} /* /var/lib/apt/lists/*