This commit cleans up the package structure, to make two new top-level packages `internal` (for internal-use packages) and `pkg` (for general shared utility code).
8 lines
No EOL
174 B
Bash
Executable file
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 |