MegaV0lt
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
log2ram
|
|
@@ -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 |
|
|
|