Files
vps/step/restartNginx
Михаил Капелько d9d691db1d add some steps
2025-12-05 22:58:48 +03:00

6 lines
124 B
Bash

#!/bin/bash
STEP=$((STEP+1))
echo -e "\n> > > > Шаг №$STEP. Перезапускаем Nginx"
systemctl restart nginx