From 3b45df8133865e613fb9f024a1f7c4c23ecad9bd Mon Sep 17 00:00:00 2001 From: Shyim Date: Mon, 23 Sep 2024 15:15:50 +0200 Subject: [PATCH] fix: always cd to var/www/html --- fpm/rootfs/setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fpm/rootfs/setup b/fpm/rootfs/setup index ce193aa..ec66b06 100755 --- a/fpm/rootfs/setup +++ b/fpm/rootfs/setup @@ -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