add some steps
This commit is contained in:
5
step/restartNginx
Normal file
5
step/restartNginx
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
STEP=$((STEP+1))
|
||||
echo -e "\n> > > > Шаг №$STEP. Перезапускаем Nginx"
|
||||
systemctl restart nginx
|
||||
Reference in New Issue
Block a user