mirror of https://github.com/Aidaho12/haproxy-wi
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.confpull/165/head
parent
294b1c4b9f
commit
ae8491aced
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue