summaryrefslogtreecommitdiffstats
path: root/ch
diff options
context:
space:
mode:
Diffstat (limited to 'ch')
-rwxr-xr-xch1
1 files changed, 1 insertions, 0 deletions
diff --git a/ch b/ch
index a2d20ad..9cbb137 100755
--- a/ch
+++ b/ch
@@ -96,6 +96,7 @@ __chrootalias() {
__cleanup_logs() {
mkdir -p "$1/logs"
mv "$1/"*.log "$1/"*.log.* "$1/logs/"
+ gzip -f "$1/logs/"*.log "$1/logs/"*.log.*
}
chkill() {