Ver a proveniência

Update log2ram

Fix quoting
pull/94/head
MegaV0lt há 5 anos
committed by GitHub
ascendente
cometimento
fe281aaaf9
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      log2ram

+ 1
- 1
log2ram Ver ficheiro

@@ -29,7 +29,7 @@ syncFromDisk () {
isSafe

if [ -n "$(du -sh -t "$SIZE" $HDD_LOG/ | cut -f1)" ]; then
echo 'ERROR: RAM disk too small. Can\'t sync.'
echo "ERROR: RAM disk too small. Can't sync."
umount -l $RAM_LOG/
umount -l $HDD_LOG/
if [ "$MAIL" = true ]; then


Carregando…
Cancelar
Guardar