- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
I am running this command in cron:
drush -r /home/USERNAME/public_html -l https://www.mysite.com advancedqueue-process-queue commerce_license_synchronization
However, i get an email that says this:
/bin/bash: drush: command not found
Any idea why this is?
I installed drush globally and is found at /usr/local/bin/drush/drush.php
Drush works perfect via SSH for me to add any manual commands. It is just the Cron that fails.
.bash_profile shows:
PATH=$PATH:$HOME/bin
export PATH="$PATH:/usr/local/bin/drush/drush:/usr/local/bin"
.bashrc shows:
export DRUSH_PHP=/usr/bin/php-cli
alias drush='$HOME/usr/local/bin/drush/drush'
alias drush='/usr/local/bin/drush/drush'
Any ideas?
Closed: outdated
1.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.