Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
log2ram
réplica de
https://github.com/azlux/log2ram.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
18
Wiki
Actividad
Explorar el Código
Bug fix: avoid installing when still installed
pull/37/head
Nathan Huizinga
hace 7 años
padre
0e76e8d655
commit
4f7c1a33a2
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
install.sh
+ 3
- 0
install.sh
Ver fichero
@@ -1,5 +1,8 @@
#!/bin/sh
[ -d /var/hdd.log ] && echo "ERROR: log2ram still installed. Uninstall first!"
[ -d /var/hdd.log ] && exit 1
if [ `id -u` -eq 0 ]
then
cp log2ram.service /etc/systemd/system/log2ram.service
Escribir
Vista previa
Cargando…
Cancelar
Guardar