Update 5etools-install.sh

This commit is contained in:
Johanna Rührig 2025-01-01 21:44:31 +01:00 committed by GitHub
parent 9bee8a121e
commit 22290ce5b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,7 @@ cat <<EOF >> /etc/apache2/apache2.conf
Allow from all
</Location>
EOF
rm -rf /var/www/html
ln -s "/opt/5etools" /var/www/html
chown -R www-data: "/opt/5etools"