Ver a proveniência

unmount tmpfs if RAM too small to prevent corruption of logdir

pull/19/head
Sailing74 há 7 anos
ascendente
cometimento
da1950989f
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      log2ram

+ 2
- 0
log2ram Ver ficheiro

@@ -27,6 +27,8 @@ syncFromDisk () {

if [ ! -z `du -sh -t $SIZE $HDD_LOG | cut -f1` ]; then
echo "ERROR: RAM disk too small. Can't sync."
umount -l $RAM_LOG
umount -l $HDD_LOG
exit 1
fi



Carregando…
Cancelar
Guardar