mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-10 01:39:17 +00:00
Fixing echo command.
This commit is contained in:
parent
495c997a6d
commit
b49f736d58
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user