X-Git-Url: https://git.llucax.com/z.facultad/75.08/llamadas.git/blobdiff_plain/99b3058f5ecde7a281091bdd7d0deb04e026d0e4..691f69c44297b46172da93dd1fb233b1cbd74e99:/afinstal?ds=sidebyside diff --git a/afinstal b/afinstal index 09a16cd..f759c3f 100755 --- 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