Upload files to "/"

This commit is contained in:
2026-05-19 20:44:28 +00:00
parent 660b7065d4
commit 5268a3717b
+6 -1
View File
@@ -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