Skip to content

Commit

Permalink
fix: always cd to var/www/html
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Sep 23, 2024
1 parent 69b074f commit 3b45df8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fpm/rootfs/setup
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

set -e

cd /var/www/html

if [[ -e /var/www/html/vendor/bin/shopware-deployment-helper ]]; then
cd /var/www/html
exec ./vendor/bin/shopware-deployment-helper run
fi

Expand Down

0 comments on commit 3b45df8

Please sign in to comment.