diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-04-13 18:57:46 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-04-13 18:57:46 +0200 |
commit | f3e7a55083767090d45f5f57b34e0cd8aa7d5e94 (patch) | |
tree | 20f8ff60281d48e38877e07afcb6c9fcdabb666f | |
parent | a78dff2ee06eedc0af8283bc27a934e321a8ccc8 (diff) | |
download | bin-f3e7a55083767090d45f5f57b34e0cd8aa7d5e94.tar.gz bin-f3e7a55083767090d45f5f57b34e0cd8aa7d5e94.tar.xz |
ch: gzip logs
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | ch | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() { |