Skip to content

Commit

Permalink
Fix ShellCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
YevhenZvieriev committed Feb 24, 2024
1 parent c353793 commit dd0a47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/bin/create-user
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ create_customer_account() {
FIRSTNAME=${FIRSTNAME:-"Customer"}
LASTNAME=${LASTNAME:-"Customer"}

bin/n98-magerun2 customer:create "${EMAIL}" "${PASSWORD}" ${FIRSTNAME} ${LASTNAME} "${WEBSITE}"
bin/n98-magerun2 customer:create ${EMAIL} ${PASSWORD} ${FIRSTNAME} ${LASTNAME} ${WEBSITE}

if [ $? -eq 0 ]; then
echo "Customer account created successfully."
Expand Down

0 comments on commit dd0a47b

Please sign in to comment.