From 5268a3717b959be77b7f4d716bbd34930e05f4f0 Mon Sep 17 00:00:00 2001 From: bmixed <2+bmixed@noreply.localhost> Date: Tue, 19 May 2026 20:44:28 +0000 Subject: [PATCH] Upload files to "/" --- upcrt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/upcrt b/upcrt index 81f162b..15012f9 100644 --- a/upcrt +++ b/upcrt @@ -2,8 +2,10 @@ ## 20260519-202449 +echo "SSL(TLS) CERT UPDATER" echo "CERT DOMAIN NAME:" -read d +read -r d +echo "UPDATING CERTS..." # STOP SERVICES sudo systemctl stop cockpit @@ -43,3 +45,6 @@ sudo systemctl restart mumble-server sudo systemctl status cockpit sudo systemctl status ejabberd sudo systemctl status mumble-server + +echo "DONE." +read -r