25K4 #7

Open
kornerr wants to merge 16 commits from cpvid into main
3 changed files with 6 additions and 1 deletions
Showing only changes of commit 932cf86be9 - Show all commits

BIN
step/.copyCertToVPS.swp Normal file

Binary file not shown.

5
step/copyCertToVPS Normal file
View File

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

View File

@@ -2,4 +2,4 @@
STEP=$((STEP+1)) STEP=$((STEP+1))
echo -e "\n> > > > Шаг №$STEP. Ожидаем нажатия клавиши Return" echo -e "\n> > > > Шаг №$STEP. Ожидаем нажатия клавиши Return"
read -p "Завершите работу с certbot, затем нажмите Return..." read -p "Нажмите Return..."