wisski-cloud-distillery/internal/dis/component/instances/runtime/cron.sh
2022-11-16 13:07:14 +01: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