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"