define
This commit is contained in:
@@ -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"
|
||||
|
||||
# Segue link per vedere se è stato aggiornato...
|
||||
@@ -117,7 +118,7 @@ cat <<- _EOF > $PWD_SC/index.html
|
||||
</html>
|
||||
_EOF
|
||||
|
||||
# Da i permessi alla cartella (decommentare se hostato)
|
||||
# Setta i 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"
|
||||
|
||||
Reference in New Issue
Block a user