X-Git-Url: https://git.llucax.com/z.facultad/75.08/llamadas.git/blobdiff_plain/fdb4c344e4ecfbac36bf145814c5cb9708dd5946..db6fa63db0210fe6306e52da4390e53415ece6b9:/afinstal diff --git a/afinstal b/afinstal index 4792d78..9eff2e5 100755 --- a/afinstal +++ b/afinstal @@ -86,7 +86,7 @@ MARCA echo "* Aficonf instalado el $fechaconf por $userconf" fi if [ "$havemonio" -eq 1 ]; then - echo "* Afimonio instalado el $fechaconf por $usermonio" + echo "* Afimonio instalado el $fechamonio por $usermonio" fi cat <> 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 @@ -394,7 +394,7 @@ MARCA cp "$INSTDIR/$comando" "$BINDIR" chmod u+x "$BINDIR/$comando" - # Copio umbrales y oridesti una sola vez + # Copio umbrales, oridesti y utilities una sola vez if [ ! -f "$OWNCONFDIR/oridesti.txt" ]; then cp "$INSTDIR/oridesti.txt" "$OWNCONFDIR" fi @@ -404,6 +404,9 @@ MARCA if [ ! -f "$OWNCONFDIR/umbrales.id" ]; then echo 0 >> "$OWNCONFDIR/umbrales.id" fi + if [ ! -f "$OWNCONFDIR/util.sh" ]; then + cp "$INSTDIR/util.sh" "$OWNCONFDIR" + fi # Guardo los datos en el archivo de configuracion ownconffile="$OWNCONFDIR/conf/${comando%.pl}.conf" @@ -455,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