Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Feb 6, 2024
1 parent 47aa56b commit 29683b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/6/rootfs/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
rm -rf /var/www/shop/var/cache/* || true

if [[ -n $SHOPWARE_DEMO_USER_PASSWORD ]]; then
sudo -E -u www-data /var/www/shop/bin/console frosh:user:change:password demo "$SHOPWARE_DEMO_USER_PASSWORD"
sudo -E -u www-data /var/www/shop/bin/console user:change-password demo -n --password="$SHOPWARE_DEMO_USER_PASSWORD"
fi

/usr/bin/supervisord -c /etc/supervisord.conf

0 comments on commit 29683b9

Please sign in to comment.