8 lines
148 B
Bash
8 lines
148 B
Bash
#!/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
|