We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c893ca5 commit d28bb9fCopy full SHA for d28bb9f
recipe/magento2.php
@@ -65,7 +65,7 @@
65
66
set('maintenance_mode_status_active', function () {
67
// detect maintenance mode active
68
- $maintenanceModeStatusOutput = run("{{bin/php}} {{current_path}}/bin/magento maintenance:status");
+ $maintenanceModeStatusOutput = run("{{bin/php}} {{release_or_current_path}}/bin/magento maintenance:status");
69
return strpos($maintenanceModeStatusOutput, MAINTENANCE_MODE_ACTIVE_OUTPUT_MSG) !== false;
70
});
71
0 commit comments