This commit is contained in:
2025-01-13 18:01:25 +01:00
parent a9458112bc
commit 01a4e295a5

View File

@@ -1,12 +1,18 @@
### Genera una pagina html con il link aggiornato di streamingcommunity
Avvia lo script manualmente <br>
<code>./update_link.sh</code><br>
```
./update_link.sh
```
o mettilo in cron <br>
<code>0 0 * * * /path/to/update_link.sh</code> <br>
```
0 0 * * * /path/to/update_link.sh
```
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>
```
sudo chown -R www-data:www-data <path_to_streamingcommunity_directory> ; sudo chmod -R 755 <path_to_streamingcommunity_directory>
```