diff --git a/step/.copyCertToVPS.swp b/step/.copyCertToVPS.swp new file mode 100644 index 0000000..92d88e0 Binary files /dev/null and b/step/.copyCertToVPS.swp differ diff --git a/step/copyCertToVPS b/step/copyCertToVPS new file mode 100644 index 0000000..01ef89f --- /dev/null +++ b/step/copyCertToVPS @@ -0,0 +1,5 @@ +#!/bin/bash + +STEP=$((STEP+1)) +echo -e "\n> > > > Шаг №$STEP. Копируем боевые настройки Nginx" +cp $SDIR/../nginx/prod.cfg /etc/nginx/sites-enabled/default diff --git a/step/waitForReturnKey b/step/waitForReturnKey index 35ccd29..a8bcbe7 100644 --- a/step/waitForReturnKey +++ b/step/waitForReturnKey @@ -2,4 +2,4 @@ STEP=$((STEP+1)) echo -e "\n> > > > Шаг №$STEP. Ожидаем нажатия клавиши Return" -read -p "Завершите работу с certbot, затем нажмите Return..." +read -p "Нажмите Return..."