add better error handling on sh script
This commit is contained in:
parent
6df37908d6
commit
b2906f0fe9
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -eux
|
||||||
|
|
||||||
# Script per aggiornare ruscomap
|
# Script per aggiornare ruscomap
|
||||||
# nano /var/www/html/leaflet/ruscomap/AggiornaRuscoMap.sh
|
# nano /var/www/html/leaflet/ruscomap/AggiornaRuscoMap.sh
|
||||||
ruscomap_dir="/var/www/html/leaflet/ruscomap"
|
ruscomap_dir="/var/www/html/leaflet/ruscomap"
|
||||||
|
|
Loading…
Reference in a new issue