... | ... |
@@ -15,6 +15,10 @@ git submodule update |
15 | 15 |
# Cronjob |
16 | 16 |
The tags are updated asynchronously through a cronjob running **tags.sh** every minute |
17 | 17 |
|
18 |
+```bash |
|
19 |
+*/2 * * * * /var/www/html/radio/tags.sh |
|
20 |
+``` |
|
21 |
+ |
|
18 | 22 |
# Requirements |
19 | 23 |
- php5-cli |
20 | 24 |
- php5-curl |