commit 419d95b7ef2e2fed37c0931bc16bff777db238da parent b859b78f7574ebf897f38a6b0a820437d56f8922 Author: Suzanne Soy <jsmaniac.github@suzanne.soy> Date: Wed, 27 Oct 2021 21:03:48 +0100 bash typo Diffstat:
| M | install.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install.sh b/install.sh @@ -159,7 +159,7 @@ function install_config { if [ -f "${DEFAULT_CONFIG_PATH}" ]; then if test "${NON_INTERACTIVE}" = 1; then - if "${NON_INTERACTIVE_SAFE_REPLACE_INI}" = 1; then + if test "${NON_INTERACTIVE_SAFE_REPLACE_INI}" = 1; then yn=Y else yn=N