wisski-cloud-distillery/internal/config/runtime/cron.sh
2022-09-14 14:42:21 +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