Update log2ram

Fix quoting
This commit is contained in:
MegaV0lt 2019-09-27 09:23:44 +02:00 committed by GitHub
parent 1ada2916d7
commit fe281aaaf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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