From 61cef46a954c29d484d3e102c4aa7fe2e12a5cf9 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 10 Mar 2019 14:00:05 -0700 Subject: [PATCH] cloudron-support: prefix newline --- scripts/cloudron-support | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cloudron-support b/scripts/cloudron-support index 9d2fe2743..49b5f74b0 100755 --- a/scripts/cloudron-support +++ b/scripts/cloudron-support @@ -103,7 +103,7 @@ echo "Done" if [[ "${enableSSH}" == "true" ]]; then echo -n "Enabling ssh access for the Cloudron support team..." mkdir -p "${ssh_folder}" - echo "${CLOUDRON_SUPPORT_PUBLIC_KEY}" >> ${authorized_key_file} + echo -e "\n${CLOUDRON_SUPPORT_PUBLIC_KEY}" >> ${authorized_key_file} chown -R ${ssh_user} "${ssh_folder}" chmod 600 "${authorized_key_file}" echo "Done"