ソースを参照

Fix ShellCheck

Evgeniy Zverev 1 年間 前
コミット
dd0a47b7af
1 ファイル変更1 行追加1 行削除
  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."