Browse Source

typo fix #107

tags/1.5
Azlux 4 years ago
parent
commit
31e4409fc3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      log2ram

+ 1
- 1
log2ram View File

@@ -26,7 +26,7 @@ syncFromDisk () {
TP_SIZE=$SIZE
if [ "$ZL2R" = true ]; then
TP_SIZE=$LOG_DISK_SIZE
then
fi
if [ ! -z "$(du -sh -t "$TP_SIZE" $HDD_LOG/ | cut -f1)" ]; then
echo "ERROR: RAM disk for "$HDD_LOG/" too small. Can't sync."


Loading…
Cancel
Save