From 0568a69d8346d31372a1f35acc9f246369064001 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 5 Feb 2023 13:15:47 +0000 Subject: [PATCH] Use WEBPORT instead of PRIVACY_LEVEL to set the web port... Signed-off-by: Adam Warner --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 87ff6d83..bce7aa91 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1625,7 +1625,7 @@ finalExports() { addOrEditKeyValPair "${FTL_CONFIG_FILE}" "PRIVACYLEVEL" "${PRIVACY_LEVEL}" # Set the web port - addOrEditKeyValPair "${FTL_CONFIG_FILE}" "WEBPORT" "${PRIVACY_LEVEL}" + addOrEditKeyValPair "${FTL_CONFIG_FILE}" "WEBPORT" "${WEBPORT}" # Bring in the current settings and the functions to manipulate them source "${setupVars}"