This commit is contained in:
2025-01-26 18:10:37 +01:00
parent fc7dcd107c
commit 64785ecba5
3 changed files with 17 additions and 10 deletions

View File

@@ -2,6 +2,7 @@
# SETTARE QUESTA VARIABILE CON IL PERCORSO GIUSTO:
# Es: PWD_SC="/var/www/html/streamingcommunity"
# O LASCIARE COSIì PER TESTARE IN LOCALE
PWD_SC="$PWD"
# Formatta il link e lo stampa
@@ -31,7 +32,7 @@ cat <<- _EOF > $PWD_SC/rss.xml
_EOF
# Da i permessi alla cartella (decommentare se hostato)
# Setta permessi giusti (decommentare se hostato)
#chown -R root:root $PWD_SC; echo "la cartella $PWD_SC è di root"
#chmod +x $PWD_SC ; echo "permetto di leggere dentro a $PWD_SC"
#chmod 740 $PWD_SC/*; echo "reset permessi per tutti i file dentro a $PWD_SC"