Browse Source

Update log2ram

Fix quoting
pull/94/head
MegaV0lt 5 years ago
committed by GitHub
parent
commit
fe281aaaf9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      log2ram

+ 1
- 1
log2ram View File

@@ -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


Loading…
Cancel
Save