Selaa lähdekoodia
Merge pull request #41 from ErwanAliasr1/evelu-typo
install: Fixing code typo
pull/44/head
azlux
7 vuotta sitten
committed by
GitHub
vanhempi
commit
3f33501c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
install.sh
|
|
@@ -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 |
|
|
|
|
|
|
|