diff --git a/back/lib/ssl_peer_add b/back/lib/ssl_peer_add index ecaade2..9c8e331 100755 --- a/back/lib/ssl_peer_add +++ b/back/lib/ssl_peer_add @@ -29,8 +29,6 @@ hostname="${1}" username="${2}" ipstring="${3}" -printf 'Signing SSL certs for %s.%s.%s...\n' "${hostname}" "${username}" "${TLD}" >>"${LOGFILE}" - # Make a directory for the new files if ! sudo mkdir "${SSL_CONFIG_DIR:?}/${username:?}/${hostname:?}/"; then printf 'Failed to create directory %s/%s/%s/:\n' "${SSL_CONFIG_DIR}" "${username}" "${hostname}" >>"${LOGFILE}"