Explorar el Código

removed old script

master
Pascal Gloor hace 5 años
padre
commit
4e01f1be85
Se han modificado 1 ficheros con 0 adiciones y 16 borrados
  1. 0
    16
      static/usr/local/bin/cleanup.sh

+ 0
- 16
static/usr/local/bin/cleanup.sh Ver fichero

@@ -1,16 +0,0 @@
#!/bin/bash


systemctl stop rsyslog

find /var/log -type f -print -delete
#find /home/user -mindepth 1 -depth -print -delete
find /root -mindepth 1 -depth -print -delete

for user in /root /home/user
do
FILE=${user}/.bash_history
echo "rm/ln/dev-null ${FILE}"
rm -f ${FILE}
ln -s /dev/null ${FILE}
done

Cargando…
Cancelar
Guardar