6 lines
160 B
Bash
Executable File
6 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")/.." || exit 1
|
|
php -f dist/index.php a=update_project > /dev/null
|
|
|
|
#Crontab job: 0 * * * * /path/to/spot/cli/cron.sh > /dev/null
|