From 0fd364c3479b3b6d9c084fb775727e55e0803db9 Mon Sep 17 00:00:00 2001 From: Magefan Date: Fri, 13 Dec 2019 13:41:18 +0200 Subject: [PATCH] Update static-content-deploy.sh.sample --- app/static-content-deploy.sh.sample | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/static-content-deploy.sh.sample b/app/static-content-deploy.sh.sample index 28ea76e..6cd5f32 100644 --- a/app/static-content-deploy.sh.sample +++ b/app/static-content-deploy.sh.sample @@ -1,2 +1,3 @@ -$INSTANCE/bin/magento setup:static-content:deploy -f -#$INSTANCE/bin/magento setup:static-content:deploy -f --theme=Vendor/theme_name nl_NL \ No newline at end of file +cd $INSTANCE +bin/magento setup:static-content:deploy -f +#bin/magento setup:static-content:deploy -f --theme=Vendor/theme_name nl_NL