Explorar el Código

I miss all chmod

pull/1/head
azlux hace 8 años
padre
commit
48980b2de2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      install.sh

+ 2
- 0
install.sh Ver fichero

@@ -3,7 +3,9 @@
if [ `id -u` -eq 0 ]
then
cp log2ram.service /etc/systemd/system/log2ram.service
chmod a+x /etc/systemd/system/log2ram.service
cp log2ram /usr/local/bin/log2ram
chmod a+x /usr/local/bin/log2ram
systemctl enable log2ram
echo "Reboot to activate log2ram"


Cargando…
Cancelar
Guardar