wisski-cloud-distillery/distillery/utils/cron.sh
2020-10-12 08:32:59 +02:00

8 lines
No EOL
174 B
Bash
Executable file

#!/bin/bash
# This utility script can be used to run all cron tasks.
cd /var/www/data/project || exit 1
export PATH=/var/www/data/project/vendor/bin:$PATH
drush core-cron