mirror of
https://github.com/azlux/log2ram.git
synced 2023-10-10 13:37:24 +02:00
typo fix #107
This commit is contained in:
parent
881eea145f
commit
31e4409fc3
2
log2ram
2
log2ram
@ -26,7 +26,7 @@ syncFromDisk () {
|
|||||||
TP_SIZE=$SIZE
|
TP_SIZE=$SIZE
|
||||||
if [ "$ZL2R" = true ]; then
|
if [ "$ZL2R" = true ]; then
|
||||||
TP_SIZE=$LOG_DISK_SIZE
|
TP_SIZE=$LOG_DISK_SIZE
|
||||||
then
|
fi
|
||||||
|
|
||||||
if [ ! -z "$(du -sh -t "$TP_SIZE" $HDD_LOG/ | cut -f1)" ]; then
|
if [ ! -z "$(du -sh -t "$TP_SIZE" $HDD_LOG/ | cut -f1)" ]; then
|
||||||
echo "ERROR: RAM disk for "$HDD_LOG/" too small. Can't sync."
|
echo "ERROR: RAM disk for "$HDD_LOG/" too small. Can't sync."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user