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:
commit
3f33501c5b
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user