fix: update settings for new grav and php82
This commit is contained in:
7
files/update-grav
Normal file
7
files/update-grav
Normal 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
|
Reference in New Issue
Block a user