diff options
Diffstat (limited to 'lib/load-configuration')
-rwxr-xr-x | lib/load-configuration | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/load-configuration b/lib/load-configuration index 83d3beb..f20dc2d 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -217,7 +217,7 @@ if ${i_am_the_master}; then printf 'from_base64("%s"),' \ "$( printf '%s' "$*" | \ - head -c $((64*1024)) | \ + head -c $((64*1024-1)) | \ base64 )" if tty -s; then |