From 80a59bb0a80df2317050a410058cfb17b2cdcfcf Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 30 Dec 2025 00:37:17 -0600 Subject: [PATCH] again --- scripts/setup_wizard.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/setup_wizard.sh b/scripts/setup_wizard.sh index facb516..a0b8e92 100755 --- a/scripts/setup_wizard.sh +++ b/scripts/setup_wizard.sh @@ -171,7 +171,7 @@ if [ ! -f "$CERT_LOCATION" ] || [ ! -f "$KEY_LOCATION" ]; then --provisioner admin fi -echo -E "\n\nCert information:" +echo "\n\nCert information:" echo "-----------------------------" openssl x509 -noout -subject -issuer -ext extendedKeyUsage -ext subjectAltName -enddate -in "$CERT_LOCATION" @@ -181,12 +181,12 @@ REPO_URL_BASE=https://gitea.john-stream.com/john/soteria/raw/branch/main/ SERVICE_TEMPLATE_URL="${REPO_URL_BASE}systemd/${SERVICE_FILE}" TIMER_TEMPLATE_URL="${REPO_URL_BASE}systemd/${TIMER_FILE}" -echo -E "\n\nInstalling rotation services" +echo "\n\nInstalling rotation services" echo "-----------------------------" install_unit ${SERVICE_TEMPLATE_URL} install_unit ${TIMER_TEMPLATE_URL} -echo -E "\n\nReloading services" +echo "\n\nReloading services" echo "-----------------------------" systemctl daemon-reload systemctl enable --now "${TIMER_FILE}" "${SERVICE_FILE}"