Files
StreamingCommunity/README.md
2024-08-30 13:24:53 +02:00

12 lines
520 B
Markdown

### Genera una pagina html con il link aggiornato di streamingcommunity
Avvia lo script manualmente <br>
<code>./update_link.sh</code><br>
o mettilo in cron <br>
<code>0 0 * * * /path/to/update_link.sh</code> <br>
per generare la pagina <code>index.html</code> contente il link giusto<br>
Se vuoi pubblicarla sul web, dai i permessi alla cartella contenente lo script<br>
<code>sudo chown -R www-data:www-data /path/to/streamingcommunity_directory ; sudo chmod -R 755 /path/to/streamingcommunity_directory</code><br>