add some steps

This commit is contained in:
Михаил Капелько
2025-12-05 22:58:48 +03:00
parent e2a09dcaaf
commit d9d691db1d
8 changed files with 49 additions and 5 deletions

5
step/copyNginxACMEConfig Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
STEP=$((STEP+1))
echo -e "\n> > > > Шаг №$STEP. Копируем настройки Nginx для ACME"
cp $SDIR/../nginx/cfg-acme /etc/nginx/sites-enabled/default