We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c353793 commit dd0a47bCopy full SHA for dd0a47b
compose/bin/create-user
@@ -34,7 +34,7 @@ create_customer_account() {
34
FIRSTNAME=${FIRSTNAME:-"Customer"}
35
LASTNAME=${LASTNAME:-"Customer"}
36
37
- bin/n98-magerun2 customer:create "${EMAIL}" "${PASSWORD}" ${FIRSTNAME} ${LASTNAME} "${WEBSITE}"
+ bin/n98-magerun2 customer:create ${EMAIL} ${PASSWORD} ${FIRSTNAME} ${LASTNAME} ${WEBSITE}
38
39
if [ $? -eq 0 ]; then
40
echo "Customer account created successfully."
0 commit comments