fix: update settings for new grav and php82

This commit is contained in:
2025-03-23 11:50:38 +01:00
parent 1ae0700a8c
commit 572a5ab0d0
5 changed files with 71 additions and 61 deletions

7
files/update-grav Normal file
View File

@ -0,0 +1,7 @@
#!/bin/ash
HTDOC="/var/www/localhost/htdocs"
cd $HTDOC
sudo -u lighttpd ./bin/gpm selfupgrade -q -n -y
sudo -u lighttpd ./bin/gpm update -q -n -y