Explorar el Código

Update uninstall.sh

Fix typo on line 9
pull/27/head
MegaV0lt hace 7 años
committed by GitHub
padre
commit
f339cd25a1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      uninstall.sh

+ 2
- 2
uninstall.sh Ver fichero

@@ -6,9 +6,9 @@ then
systemctl disable log2ram
rm /etc/systemd/system/log2ram.service
rm /usr/local/bin/log2ram
rm etc/log2ram.conf
rm /etc/log2ram.conf
rm /etc/cron.hourly/log2ram
echo "##### Reboot isn't needed #####"
else
echo "You need to be ROOT (sudo can be used)"
fi
fi

Cargando…
Cancelar
Guardar