Skip to content

Commit 90ff23a

Browse files
authored
fix(demo): change password to match demo password (#21)
fix(demo): change password to match demo password
2 parents 9b37726 + 317e762 commit 90ff23a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.tugboat/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ su frappe -c "bench remove-app $TUGBOAT_GITHUB_REPO"
1010
su frappe -c "bench remove-app bloomstack_demo"
1111

1212
# Create new site
13-
su frappe -c "bench new-site site1.local --mariadb-root-password tugboat --admin-password tugboat"
13+
su frappe -c "bench new-site site1.local --mariadb-root-password tugboat --admin-password PointlessPassword123!"
1414
su frappe -c "bench use site1.local"
1515

1616
# Install ERPNext into site

0 commit comments

Comments
 (0)