1
0
mirror of https://github.com/azlux/log2ram.git synced 2023-10-10 13:37:24 +02:00

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

View File

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