Parcourir la source

Fix ShellCheck

Evgeniy Zverev il y a 1 an
Parent
commit
dd0a47b7af
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      compose/bin/create-user

+ 1 - 1
compose/bin/create-user

@@ -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."