mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-16 12:04:29 +05:00
fix: typo in mainsail installer
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user