Ver código fonte
Merge pull request #41 from ErwanAliasr1/evelu-typo
install: Fixing code typo
pull/44/head
azlux
7 anos atrás
committed by
GitHub
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com
1 adições e
1 exclusões
-
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 |
|
|
|
|
|
|
|