clean-fd script.
This commit is contained in:
parent
f5955ae05d
commit
630fe332da
3 changed files with 8 additions and 1 deletions
1
root/.gitignore
vendored
1
root/.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
|||
!/.*
|
||||
!/.*/
|
||||
!/.*/**
|
||||
!/clean-fd
|
||||
|
||||
/.bash_history*
|
||||
/.composer/
|
||||
|
|
|
|||
5
root/clean-fd
Executable file
5
root/clean-fd
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm -f /var/spool/fusiondirectory/*
|
||||
rm -f /var/cache/fusiondirectory/{fai/*,fusiondirectory.auth,template/*,tmp/*}
|
||||
rm -f /var/lib/php/sessions/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue