Merge pull request #41 from ErwanAliasr1/evelu-typo

install: Fixing code typo
This commit is contained in:
azlux 2017-12-20 22:53:36 +01:00 committed by GitHub
commit 3f33501c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ then
chmod +x /etc/cron.hourly/log2ram
# Remove a previous log2ram version
if [ -d /var/log.hdd]; then
if [ -d /var/log.hdd ]; then
rm -r /var/log.hdd
fi