Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/4d06a6019bc2b6fcd7007d43167c5c400db7f866 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update grocy.sh

tweak
pull/2532/head
tteckster 1 year ago committed by GitHub
parent 12454bdba7
commit 4d06a6019b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -58,6 +58,7 @@ if [[ ! -f /etc/apache2/sites-available/grocy.conf ]]; then msg_error "No ${APP}
msg_info "Updating ${APP}"
php_version=$(php -v | head -n 1 | awk '{print $2}')
if [[ ! $php_version == "8.3"* ]]; then
apt-get update
apt-get install -y php8.3
update-alternatives --set php /usr/bin/php8.3
fi

Loading…
Cancel
Save

Powered by BW's shoe-string budget.