]> git.llucax.com Git - mecon/scripts.git/blobdiff - novedades/run-sql-data-parts
- Se chequean errores al abrir archivos
[mecon/scripts.git] / novedades / run-sql-data-parts
index f342c5003c09939b5f97e4258c611ce600104821..9119f693085d2e3a2636f132914a6431e7c205ab 100755 (executable)
@@ -13,9 +13,9 @@ db="$4"
 home="$5"
 
 # Script.
-echo "Procesando '$home'..."
+echo "run-sql-data-parts: Procesando '$home'..."
 for file in `ls "$home"`; do
-    echo "- Cargando '$file'..."
+    echo "     $host: Cargando '$file'..."
     cat <<EOT | mysql -h"$host" -u"$user" -p"$pass" "$db"
         delete from $file;
         load data infile '$home/$file'