1
0
mirror of https://github.com/azlux/log2ram.git synced 2023-10-10 13:37:24 +02:00
This commit is contained in:
Azlux 2020-05-07 13:46:01 +02:00
parent 881eea145f
commit 31e4409fc3

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."