change default description limit

This commit is contained in:
James Barnett 2018-02-02 21:07:19 -05:00
parent 8d11628592
commit a0d0a823f1
No known key found for this signature in database
GPG key ID: E4B5E45AA3B8C5C3

View file

@ -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"}