From a0d0a823f1f90d53a6ebb68f4406c61cfe97f0eb Mon Sep 17 00:00:00 2001 From: James Barnett Date: Fri, 2 Feb 2018 21:07:19 -0500 Subject: [PATCH] change default description limit --- scripts/snap-pac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/snap-pac b/scripts/snap-pac index 41d7986..ca224d3 100755 --- a/scripts/snap-pac +++ b/scripts/snap-pac @@ -93,7 +93,7 @@ SNAPPER_CONFIGS=$(awk -F'=' '/SNAPPER_CONFIGS/ {gsub(/"/, "", $2); print $2}' "$ read_config "$SNAPPAC_CONFIG_FILE" -readonly DESC_LIMIT=${DESC_LIMIT:-48} +readonly DESC_LIMIT=${DESC_LIMIT:-256} readonly ABORT_ON_FAIL=${ABORT_ON_FAIL:-"no"} readonly LINK_MODULES=${LINK_MODULES:-"no"} readonly KERNEL_PACKAGE=${KERNEL_PACKAGE:-"linux"}