Closed
Description
Installing or removing crontab via command adds 2>&1 repeatedly, even for crontab entries not related with Magento, if they match a regular expression. See details below.
Preconditions
- Magento2 develop branch
- PHP 7.0.15
Steps to reproduce
- Set up a crontab entry like this one:
- Run bin/magento cron:install
- Check crontab via crontab -l
- Run bin/magento cron:remove
- Check crontab via crontab -l
Expected result
- Magento crontab gets installed, then removed and external crontab entry remains as it is
Actual result
This also applies to other Magento2 installations crontab entries:
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release