diff options
Diffstat (limited to 'packaging/squashr.conf')
| -rw-r--r-- | packaging/squashr.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/squashr.conf b/packaging/squashr.conf index a4870b5..00681da 100644 --- a/packaging/squashr.conf +++ b/packaging/squashr.conf @@ -2,9 +2,9 @@ SQUASHR_ROOT=/var/lib/squashr # Includes (comma separated, directories and files) -SQUASHR_INCLUDE=/etc, /home +SQUASHR_INCLUDE=/etc,/home # Excludes (comma separated, directories and files) -SQUASHR_EXCLUDE=/home/*/.cache, /home/*/Downloads +SQUASHR_EXCLUDE=/home/*/.cache,/home/*/Downloads # Truncation SQUASHR_TRUNCATE=/var/log |
