Upload files to "/"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user