Removed unneeded output

master
Keith Irwin 2022-09-11 18:17:52 -06:00
parent 21c7f7e9a3
commit dfa706a8a1
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 0 additions and 2 deletions

View File

@ -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}"