Skip to content

Commit

Permalink
fix: disable usage data by default
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Sep 1, 2023
1 parent d092705 commit b98eafa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/setup
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ else
php bin/console sales-channel:create:storefront --name=Storefront --url="$APP_URL"
php bin/console theme:change --all Storefront
php bin/console system:config:set core.frw.completedAt '2019-10-07T10:46:23+00:00'
php bin/console system:config:set core.metrics.shareUsageData false --json
php bin/console plugin:refresh

install_all_plugins
Expand Down

0 comments on commit b98eafa

Please sign in to comment.