# 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
+ # FIXME : Si umbrales.param tiene algo, deberiamos poner
+ # el valor del ultimo id en umbrales.id y no '0'
echo 0 >> "$OWNCONFDIR/umbrales.id"
fi
if [ ! -f "$OWNCONFDIR/util.sh" ]; then