Skip to content

Commit 549aa9f

Browse files
committed
Fix variable name (to LB_INSTALL_PASSWORD from LB_INSTALL_PWD)
1 parent 2eed7d0 commit 549aa9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ "$(mount | grep /var/www/html)" = "/var/www/html" ]; then
3535
fi
3636

3737
# Initialize variables
38-
file_env LB_INSTALL_PWD
38+
file_env LB_INSTALL_PASSWORD
3939
file_env LB_DATABASE_PASSWORD
4040

4141
LB_LOGGING_FOLDER=${LB_LOGGING_FOLDER:-${DFT_LOGGING_FLR}}

0 commit comments

Comments
 (0)