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

Make sure config directory is created prior to linking config file

pull/3954/head
Rémi Bédard-Couture 8 months ago
parent 5159695d65
commit 1ff99e3abf

@ -68,6 +68,7 @@ function update_script() {
pnpm i &>/dev/null
pnpm run build &>/dev/null
cp -r .next/static .next/standalone/.next/
mkdir -p /opt/peanut/.next/standalone/config
ln -sf /etc/peanut/settings.yml /opt/peanut/.next/standalone/config/settings.yml
systemctl start peanut
echo "${RELEASE}" >/opt/${APP}_version.txt

Loading…
Cancel
Save

Powered by BW's shoe-string budget.