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