This website requires JavaScript.
Explore
Help
Sign In
manuel
/
live-build
Watch
1
Star
0
Fork
You've already forked live-build
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b25db0a4bf
live-build
/
share
/
hooks
/
normal
/
0140-remove-log-files.hook....
10 lines
101 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
set
-e
# Truncate log files
for
_FILE in
$(
find /var/log/ -type f
)
do
: >
${
_FILE
}
done
Reference in New Issue
View Git Blame
Copy Permalink