Update grocy-install.sh

This commit is contained in:
tteckster 2022-07-21 19:03:23 -04:00 committed by GitHub
parent 2fa3057c18
commit 24973788d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ cat <<EOF > /etc/apache2/sites-available/grocy.conf
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/public
ErrorLog /var/log/apache2/error.log
</VirtualHost>
EOF