From e030c20ce6d974bd4cc9697f68dac42704fe688a Mon Sep 17 00:00:00 2001 From: scossa Date: Mon, 13 Jan 2025 18:58:51 +0100 Subject: [PATCH] new name --- README.md | 10 +++++----- update_link.sh => make_index.sh | 0 script_link.sh => show_link.sh | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename update_link.sh => make_index.sh (100%) rename script_link.sh => show_link.sh (100%) 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