From 22290ce5b7ad625f667a1818855ea63d5f6ff69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 21:44:31 +0100 Subject: [PATCH] Update 5etools-install.sh --- install/5etools-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/5etools-install.sh b/install/5etools-install.sh index eb4ec408..7314e5ed 100644 --- a/install/5etools-install.sh +++ b/install/5etools-install.sh @@ -48,6 +48,7 @@ cat <> /etc/apache2/apache2.conf Allow from all EOF +rm -rf /var/www/html ln -s "/opt/5etools" /var/www/html chown -R www-data: "/opt/5etools"