Fixing echo command.

This commit is contained in:
Johanna Rührig 2025-01-01 16:36:01 +01:00
parent 495c997a6d
commit b49f736d58

View File

@ -27,12 +27,13 @@ msg_ok "Installed Dependencies"
# Setup App # Setup App
msg_info "Setup 5etools" msg_info "Setup 5etools"
echo "<Location /server-status>\n""\ cat <<EOT >> /etc/apache2/apache2.conf
SetHandler server-status\n""\ <Location /server-status>
Order deny,allow\n""\ SetHandler server-status
Allow from all\n""\ Order deny,allow
</Location>\n" \ Allow from all
>>/etc/apache2/apache2.conf </Location>
EOT
rm -rf /var/www/html rm -rf /var/www/html
msg_info "Setting up 5etools" msg_info "Setting up 5etools"