clean-fd script.
This commit is contained in:
parent
f5955ae05d
commit
630fe332da
3 changed files with 8 additions and 1 deletions
|
|
@ -161,11 +161,12 @@ cm9vdC8uYmFzaF9sb2dvdXQ= 1757582867 1757582867 root:root 0644 - -
|
||||||
cm9vdC8uYmFzaF9wcm9maWxl 1757584711 1757584711 root:root 0644 - -
|
cm9vdC8uYmFzaF9wcm9maWxl 1757584711 1757584711 root:root 0644 - -
|
||||||
cm9vdC8uYmFzaHJj 1758887027 1757586493 root:root 0644 - -
|
cm9vdC8uYmFzaHJj 1758887027 1757586493 root:root 0644 - -
|
||||||
cm9vdC8uZ2l0Y29uZmln 1757582738 1757582738 root:root 0644 - -
|
cm9vdC8uZ2l0Y29uZmln 1757582738 1757582738 root:root 0644 - -
|
||||||
cm9vdC8uZ2l0aWdub3Jl 1758539776 1757600312 root:root 0644 - -
|
cm9vdC8uZ2l0aWdub3Jl 1761758092 1757600312 root:root 0644 - -
|
||||||
cm9vdC8ubG9jYWwvc2hhcmUvbmFuby8uZ2l0aWdub3Jl 1757586210 1757586210 root:root 0644 - -
|
cm9vdC8ubG9jYWwvc2hhcmUvbmFuby8uZ2l0aWdub3Jl 1757586210 1757586210 root:root 0644 - -
|
||||||
cm9vdC8ubmFub3Jj 1757585756 1757585756 root:root 0644 - -
|
cm9vdC8ubmFub3Jj 1757585756 1757585756 root:root 0644 - -
|
||||||
cm9vdC8uc3NoLy5naXRpZ25vcmU= 1757593349 1757593349 root:root 0644 - -
|
cm9vdC8uc3NoLy5naXRpZ25vcmU= 1757593349 1757593349 root:root 0644 - -
|
||||||
cm9vdC8uc3NoL2F1dGhvcml6ZWRfa2V5cw== 1757587611 1757587611 root:root 0644 - -
|
cm9vdC8uc3NoL2F1dGhvcml6ZWRfa2V5cw== 1757587611 1757587611 root:root 0644 - -
|
||||||
|
cm9vdC9jbGVhbi1mZA== 1758994151 1758992264 root:root 0755 - -
|
||||||
dmFyLy5naXRpZ25vcmU= 1758288612 1758288560 root:root 0644 - -
|
dmFyLy5naXRpZ25vcmU= 1758288612 1758288560 root:root 0644 - -
|
||||||
dmFyL2xpYi8uZ2l0aWdub3Jl 1758288797 1758288764 root:root 0644 - -
|
dmFyL2xpYi8uZ2l0aWdub3Jl 1758288797 1758288764 root:root 0644 - -
|
||||||
ZXRjL2RvYXMuY29uZg== 1728635393 1728635393 root:root 0640 - -
|
ZXRjL2RvYXMuY29uZg== 1728635393 1728635393 root:root 0640 - -
|
||||||
|
|
|
||||||
1
root/.gitignore
vendored
1
root/.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
||||||
!/.*
|
!/.*
|
||||||
!/.*/
|
!/.*/
|
||||||
!/.*/**
|
!/.*/**
|
||||||
|
!/clean-fd
|
||||||
|
|
||||||
/.bash_history*
|
/.bash_history*
|
||||||
/.composer/
|
/.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