This commit is contained in:
2025-01-18 20:25:09 +01:00
parent b3cc8f2e69
commit d366f327c0

View File

@@ -21,4 +21,15 @@ sudo chown -R www-data:www-data <path_to_streamingcommunity_directory> ; sudo ch
#### 2. Se vuoi semplicemente sapere qual'è il link giusto aggiornato esegui "show_link.sh" (richiede "attuale.txt"): #### 2. Se vuoi semplicemente sapere qual'è il link giusto aggiornato esegui "show_link.sh" (richiede "attuale.txt"):
``` ```
./show_link.sh ./show_link.sh
```
<br>
#### 3. Crea un feed rss (richiede "attuale.txt"):
```
# Avvialo manualmente
./rss_generator.sh
# o mettilo in cron
0 0 * * * /path/to/rss_generator.sh
``` ```