summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xch2
1 files changed, 1 insertions, 1 deletions
diff --git a/ch b/ch
index 9cbb137..21e2fc4 100755
--- a/ch
+++ b/ch
@@ -96,7 +96,7 @@ __chrootalias() {
__cleanup_logs() {
mkdir -p "$1/logs"
mv "$1/"*.log "$1/"*.log.* "$1/logs/"
- gzip -f "$1/logs/"*.log "$1/logs/"*.log.*
+ gzip -f "$1/logs/"*.log "$1/logs/"*.log.{1,2,3,4,5,6,7,8,9}
}
chkill() {