Ver a proveniência
Merge pull request #41 from ErwanAliasr1/evelu-typo
install: Fixing code typo
pull/44/head
azlux
há 7 anos
committed by
GitHub
ascendente
cometimento
3f33501c5b
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminaçõ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 |
|
|
|
|
|
|
|