trim the license

This commit is contained in:
Girish Ramakrishnan
2019-05-07 16:48:40 -07:00
parent 1ebc077721
commit 876cef5970
2 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ cat > "/etc/cloudron/cloudron.conf" <<CONF_END
}
CONF_END
[[ -n "${license}" ]] && echo "$license" > /etc/cloudron/LICENSE
[[ -n "${license}" ]] && echo -n "$license" > /etc/cloudron/LICENSE
if ! /bin/bash "${box_src_tmp_dir}/scripts/installer.sh" &>> "${LOG_FILE}"; then
echo "Failed to install cloudron. See ${LOG_FILE} for details"