Update Pf2eTools-install.sh

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

View File

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