stremingcommunity

This commit is contained in:
2024-08-30 10:43:12 +02:00
parent 8c1f5a38a6
commit 873c6c2bc8
2 changed files with 5 additions and 2 deletions

View File

@@ -8,3 +8,5 @@ o mettilo in cron <br>
per generare la pagina <code>index.html</code> contente il link giusto<br>
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>

View File

@@ -92,4 +92,5 @@ cat <<- _EOF > /var/www/html/scommunity/index.html
</html>
_EOF
sudo chown -R www-data:www-data /var/www/html/scommunity ; sudo chmod -R 755 /var/www/html/scommunity
#setta e decommenta per dare i permessi in automatico
#sudo chown -R www-data:www-data /path/to/streamingcommunity_directory ; sudo chmod -R 755 /path/to/streamingcommunity_directory