Evgeniy Zverev 1 rok pred
rodič
commit
dd0a47b7af
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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."