Przeglądaj źródła

Merge pull request #41 from ErwanAliasr1/evelu-typo

install: Fixing code typo
pull/44/head
azlux 7 lat temu
committed by GitHub
rodzic
commit
3f33501c5b
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh Wyświetl plik

@@ -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



Ładowanie…
Anuluj
Zapisz