fix: typo in mainsail installer

This commit is contained in:
th33xitus
2020-08-23 16:31:55 +02:00
parent dd16a2503b
commit be56439587

View File

@@ -2,7 +2,7 @@ install_mainsail(){
if [ "$INST_MAINSAIL" = "true" ]; then if [ "$INST_MAINSAIL" = "true" ]; then
if [ -d $KLIPPER_DIR ]; then if [ -d $KLIPPER_DIR ]; then
disable_haproxy_lighttpd disable_haproxy_lighttpd
unset SET_REVERSE_PROXY && SET_REVERSE_PROXY"true" #quick and dirty hack to make mainsail reverse proxy install, needs polish unset SET_REVERSE_PROXY && SET_REVERSE_PROXY="true" #quick and dirty hack to make mainsail reverse proxy install, needs polish
create_reverse_proxy "mainsail" create_reverse_proxy "mainsail"
mainsail_setup mainsail_setup
test_nginx test_nginx