if [ -z "$choice" ]; then
$mondir/afimonio_daemon.sh start
else
- echo "Para realizar la activacion del demonio, tipee en linea de comando: $mondir/afimonio_daemon.sh start"
+ echo "Para realizar la activacion del demonio, tipee en linea de comando: '$mondir/afimonio_daemon.sh start'"
fi
echo
fi
mkdir -p "$DATADIR"
mkdir -p "$DATADIR"/{aprocesar,enproceso,rechazadas,procesadas}
mkdir -p "$DATADIR/alarmas"
+ # Aprovecho para copiar las llamadas en este bloque
+ tar -xzf "$INSTDIR/testcalls.tar.gz" -C "$DATADIR/aprocesar"
fi
echo ">> Moviendo Archivos....."
cp "$INSTDIR/$comando" "$BINDIR"
# Copio umbrales, oridesti y utilities una sola vez
if [ ! -f "$OWNCONFDIR/oridesti.txt" ]; then
- cp "$INSTDIR/oridesti.txt" "$OWNCONFDIR"
+ cp "$CONFDIR/oridesti.txt" "$OWNCONFDIR"
fi
if [ ! -f "$OWNCONFDIR/umbrales.param" ]; then
- cp "$INSTDIR/umbrales.param" "$OWNCONFDIR"
+ cp "$CONFDIR/umbrales.param" "$OWNCONFDIR"
fi
if [ ! -f "$OWNCONFDIR/umbrales.id" ]; then
- echo 0 >> "$OWNCONFDIR/umbrales.id"
+ cp "$CONFDIR/umbrales.id" "$OWNCONFDIR"
fi
if [ ! -f "$OWNCONFDIR/util.sh" ]; then
cp "$INSTDIR/util.sh" "$OWNCONFDIR"