Explorar el Código

Fixed: supporting a previous log2ram version again

pull/37/head
Nathan Huizinga hace 7 años
padre
commit
0e76e8d655
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      install.sh

+ 5
- 0
install.sh Ver fichero

@@ -12,6 +12,11 @@ then
cp log2ram.hourly /etc/cron.hourly/log2ram
chmod +x /etc/cron.hourly/log2ram

# Remove a previous log2ram version
if [ -d /var/log.hdd]; then
rm -r /var/log.hdd
fi

if [ -d /var/hdd.log ]; then
rm -r /var/hdd.log
fi


Cargando…
Cancelar
Guardar