Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Fix wrong variable name to set default password
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitchantre committed Apr 19, 2018
1 parent 539d531 commit ae56f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup.bat
Expand Up @@ -38,7 +38,7 @@ if "" == "%ADMIN_USER%" (

REM Set default admin password if none was provided
if "" == "%ADMIN_WP_PASSWORD%" (
SET ADMIN_PASSWORD="password"
SET ADMIN_WP_PASSWORD="password"
)

if "y" == "%MULTISITE%" (
Expand Down

0 comments on commit ae56f27

Please sign in to comment.