diff --git a/README.md b/README.md index 29f4cc9..00d0ef8 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ``` # Setta la variabile "PWD_SC" in testa allo script o lasciala con "PWD" per provarla in locale -nano update_link.sh +nano make_index.sh # Avvia lo script manualmente -./update_link.sh +./make_index.sh # o mettilo in cron -0 0 * * * /path/to/update_link.sh +0 0 * * * /path/to/make_index.sh ``` ##### 1.1 Se vuoi pubblicarla sul web, mettila dietro un reverseproxy e dai i permessi alla cartella contenente lo script: ``` @@ -18,7 +18,7 @@ sudo chown -R www-data:www-data ; sudo ch
-#### 2. Se vuoi semplicemente sapere qual'è il link giusto aggiornato esegui "script_link.sh" (richiede "attuale.txt"): +#### 2. Se vuoi semplicemente sapere qual'è il link giusto aggiornato esegui "show_link.sh" (richiede "attuale.txt"): ``` -./script_link.sh +./show_link.sh ``` \ No newline at end of file diff --git a/update_link.sh b/make_index.sh similarity index 100% rename from update_link.sh rename to make_index.sh diff --git a/script_link.sh b/show_link.sh similarity index 100% rename from script_link.sh rename to show_link.sh