]> git.llucax.com Git - z.facultad/75.08/llamadas.git/blobdiff - afinstal
Minor changes
[z.facultad/75.08/llamadas.git] / afinstal
index 09a16cdaf5e648b2100d999ec78886d31706faa0..f759c3f8dfebb37bf5b22753f721a88365e81e29 100755 (executable)
--- a/afinstal
+++ b/afinstal
@@ -305,14 +305,14 @@ MARCA
        # Le pido un rootpath donde se instalara este comando en particular
        is_writeable=0
        while [ $is_writeable -eq 0 ]; do
-               leer ">> Ingrese la ruta de instalación" "$CURRDIR/grupoNN" userpath
+               leer ">> Ingrese la ruta de instalación" "$CURRDIR" userpath
                if [ -n "$userpath" ]; then
                        ROOTPATH=$userpath
                        if [ -w "${userpath%/*}" ]; then is_writeable=1
                        else echo ">> ERROR: No es posible crear dicho directorio"
                        fi
                else 
-                       ROOTPATH="$CURRDIR/grupoNN"
+                       ROOTPATH="$CURRDIR"
                        is_writible=1
                fi
        done
@@ -458,6 +458,7 @@ MARCA
        numline=$(($numline+1))
        changeLine "$CONFFILE" "$numline" "FECINS = $fecha"
        echo ">> Instalación del componente $comando completada"
+       echo ">> Presione ENTER para continuar"
        read
 done