diff --git a/custom/bundle-test/index.cfm b/custom/bundle-test/index.cfm index 0d7a674..2082f37 100644 --- a/custom/bundle-test/index.cfm +++ b/custom/bundle-test/index.cfm @@ -59,8 +59,8 @@ } if (!checkPassword() ) { - systemOutput( "try writing password to #expandPath('{lucee-config}/password.txt')#", true ); - fileWrite( expandPath('{lucee-config}/password.txt'), adminPassword ); + systemOutput( "try writing password to #expandPath('{lucee-server}/password.txt')#", true ); + fileWrite( expandPath('{lucee-server}/password.txt'), adminPassword ); systemOutput( "check password", true ); admin