diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-08 12:45:07 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-08 12:45:07 +0200 |
| commit | 13462672b8c95b63b863fa2bee90cc7926e9b2a0 (patch) | |
| tree | e203b82cc387f6faf23b448021178e6c368d81e0 /tools | |
| parent | beddb3b36c1637a2c01743a7ab6a2056cc9860e1 (diff) | |
| download | net_services-13462672b8c95b63b863fa2bee90cc7926e9b2a0.tar.gz net_services-13462672b8c95b63b863fa2bee90cc7926e9b2a0.zip | |
misc: don't compress image fs archives
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/net_services | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/net_services b/tools/net_services index b51d5e8..797c416 100755 --- a/tools/net_services +++ b/tools/net_services @@ -73,7 +73,7 @@ Match User git init() { for service in nginx radicale; do - tar -czf "$root_dir/services/$service/fs.tar.gz" -C "$root_dir/services/$service/fs" . + tar --create --file "$root_dir/services/$service/fs.tar" -C "$root_dir/services/$service/fs" . done local -a dirs=( |
