Files
StreamingCommunity/README.md
2025-01-13 18:05:30 +01:00

466 B

# Per generare la pagina index.html contente il link giusto:

# 1. Avvia lo script manualmente
./update_link.sh

# 2. o mettilo in cron 
0 0 * * * /path/to/update_link.sh


#Se vuoi pubblicarla sul web, dai i permessi alla cartella contenente lo script:

sudo chown -R www-data:www-data <path_to_streamingcommunity_directory> ; sudo chmod -R 755 <path_to_streamingcommunity_directory>