summaryrefslogtreecommitdiffstats
path: root/src/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/install.sh')
-rw-r--r--src/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.sh b/src/install.sh
index 4486103..8b97d4f 100644
--- a/src/install.sh
+++ b/src/install.sh
@@ -154,7 +154,7 @@ install_find_pkgs()
return 1
fi
cert_fd=${FD}
- printf '%s\n---' "${cert_url}" >&${cert_fd}
+ printf '%s\n---\n' "${cert_url}" >&${cert_fd}
IFS="${LF}"
printf 'K: %s\n' ${root_key} >&${cert_fd}
unset IFS