Fix typos in install.sh

install.sh has 2 typos, line 99 is missing a sed terminator and line 100 has a misspelled haproxy-wi.conf
pull/165/head
Rabie van der Merwe APX 2019-10-24 12:03:06 +02:00 committed by GitHub
parent 294b1c4b9f
commit ae8491aced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ echo ""
echo "################################"
sudo sed -i "0,/^Listen .*/s//Listen $PORT/" $HTTPD_PORTS
sudo sed -i "s/haprox-wi/$HOME_HAPROXY_WI" config_other/*/*
sudo cp config_other/httpd/haprox-wi.conf $HAPROXY_WI_VHOST_CONF
sudo sed -i "s/haprox-wi/$HOME_HAPROXY_WI/" config_other/*/*
sudo cp config_other/httpd/haproxy-wi.conf $HAPROXY_WI_VHOST_CONF
sudo cp config_other/logrotate/* /etc/logrotate.d/
sudo cp config_other/syslog/* /etc/rsyslog.d/
sudo cp config_other/systemd/* /etc/systemd/system/