Evgeniy Zverev před 1 rokem
rodič
revize
dd0a47b7af
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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."