Skip to content

Commit

Permalink
chore: update shopware install script
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmiko committed Nov 29, 2024
1 parent 368c5bd commit de19b9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/_php-fpm-common/shopware-web/bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,7 @@ shopware_admin_user_exists() {
return 0
fi


if console user:list --json 2>/dev/null |
} jq -e ".[] | select(.username == \"${SHOPWARE_USERNAME:-admin}\")" >/dev/null; then
if console user:list --json 2>/dev/null | jq -e ".[] | select(.username == \"${SHOPWARE_USERNAME:-admin}\")" >/dev/null; then
return 0
fi

Expand Down

0 comments on commit de19b9f

Please sign in to comment.