need to cd first

This commit is contained in:
Robin 2022-03-15 12:16:10 +01:00
parent 792e79fb49
commit 7996a378ea

View File

@ -13,6 +13,7 @@ then
if [ -n "$NAMELESS_COMPOSER_INSTALL" ] if [ -n "$NAMELESS_COMPOSER_INSTALL" ]
then then
echo "NAMELESS_COMPOSER_INSTALL set, running composer install..." echo "NAMELESS_COMPOSER_INSTALL set, running composer install..."
cd /data
composer install composer install
fi fi
else else