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