wait for key
This commit is contained in:
5
step/waitForReturnKey
Normal file
5
step/waitForReturnKey
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
STEP=$((STEP+1))
|
||||
echo -e "\n> > > > Шаг №$STEP. Ожидаем нажатия клавиши Return"
|
||||
read -p "Завершите работу с certbot, затем нажмите Return..."
|
||||
Reference in New Issue
Block a user