From b49f736d588b097899794f681eccd019185802e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 16:36:01 +0100 Subject: [PATCH] Fixing echo command. --- install/5etools-install.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/install/5etools-install.sh b/install/5etools-install.sh index 6cad1be8..cc3e5813 100644 --- a/install/5etools-install.sh +++ b/install/5etools-install.sh @@ -27,12 +27,13 @@ msg_ok "Installed Dependencies" # Setup App msg_info "Setup 5etools" -echo "\n""\ - SetHandler server-status\n""\ - Order deny,allow\n""\ - Allow from all\n""\ -\n" \ - >>/etc/apache2/apache2.conf +cat <> /etc/apache2/apache2.conf + + SetHandler server-status + Order deny,allow + Allow from all + +EOT rm -rf /var/www/html msg_info "Setting up 5etools"