diff --git a/back/lib/dashboard/ssl b/back/lib/dashboard/ssl index 4ec2f97..f8ab335 100755 --- a/back/lib/dashboard/ssl +++ b/back/lib/dashboard/ssl @@ -69,7 +69,7 @@ if ! [ -f "${path}" ]; then fi # Try to return it to the user -if ! <"${path}" "${LIB_DIR}/http_res" 200; then +if <"${path}" "${LIB_DIR}/http_res" 200; then printf 'Sent SSL file "%s" to %s\n' "${path}" "${username}" >>"${LOGFILE}" else printf 'ERROR! Failed to return file: "%s"\n' "${path}" | tee -a "${LOGFILE}" | "${LIB_DIR}/http_res" 500