]> git.llucax.com Git - z.facultad/75.08/llamadas.git/commitdiff
le cambio el nombre al afinstal2 par que el checkeo del so funcione
authorNicolás Dimov <ndimov@gmail.com>
Wed, 6 Oct 2004 16:06:10 +0000 (16:06 +0000)
committerNicolás Dimov <ndimov@gmail.com>
Wed, 6 Oct 2004 16:06:10 +0000 (16:06 +0000)
2AFINSTAL [moved from AFINSTAL2 with 96% similarity]

similarity index 96%
rename from AFINSTAL2
rename to 2AFINSTAL
index 493e2de06f0a207cbbc1de855938586b9ad440bc..52b1caca9a322478fc2be0f8b8c7238bda959fd6 100755 (executable)
--- a/AFINSTAL2
+++ b/2AFINSTAL
@@ -36,7 +36,7 @@ fi
 #Verifico si hay algo instalado 
 #busco en el archivo afinstal.conf (desde donde???) por ahora desde el home
 
 #Verifico si hay algo instalado 
 #busco en el archivo afinstal.conf (desde donde???) por ahora desde el home
 
-afinstal=`find $HOME -name 'afinstal.conf'`
+afinstal=`find $HOME -name -type f 'afinstal.conf'`
 
 if [ -n "$afinstal" ]; then 
        #busco paquetes instalados. Leo afinstal.conf para ver que hay
 
 if [ -n "$afinstal" ]; then 
        #busco paquetes instalados. Leo afinstal.conf para ver que hay
@@ -75,6 +75,10 @@ cat<<MARCA
 *                                                             *
 *               Copyright TPSistemasOp (c) 2004               *
 ***************************************************************
 *                                                             *
 *               Copyright TPSistemasOp (c) 2004               *
 ***************************************************************
+
+Proceso de instalación cancelado.
 MARCA
 MARCA
+exit 0
+
        fi
 fi
        fi
 fi