Hello,
i just made a fresh installation of magento 2.3.
The installation completed successfully.
After the installation i tried to create the magento crontab following the istractions found here:
i entered the command :
bin/magento cron:install
and i received the following message:
Crontab has already been generated and saved
Then i tried to see the crontab using the command:
crontab -l
and i received the message
#~ MAGENTO START 1ff7fb00058603bbb33b9ac810c3d7acdf807f1edbe2c755903d586f5440c42a
#~
MAGENTO END 1ff7fb00058603bbb33b9ac810c3d7acdf807f1edbe2c755903d586f5440c42a
Any idea why is happening that?
Is there a solution for that?