From be5643958719b929c261415a8522aebc7f01d889 Mon Sep 17 00:00:00 2001 From: th33xitus <> Date: Sun, 23 Aug 2020 16:31:55 +0200 Subject: [PATCH] fix: typo in mainsail installer --- scripts/install_mainsail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_mainsail.sh b/scripts/install_mainsail.sh index bf90610..1502280 100755 --- a/scripts/install_mainsail.sh +++ b/scripts/install_mainsail.sh @@ -2,7 +2,7 @@ install_mainsail(){ if [ "$INST_MAINSAIL" = "true" ]; then if [ -d $KLIPPER_DIR ]; then 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" mainsail_setup test_nginx