This commit is contained in:
2025-08-10 00:17:24 +00:00
parent e378cb6195
commit 2461bd0e0d

View File

@@ -24,7 +24,7 @@ log_success() { echo -e "${GREEN}[SUCCESS]${NC} $1"; }
log_error() { echo -e "${RED}[ERROR]${NC} $1"; } log_error() { echo -e "${RED}[ERROR]${NC} $1"; }
full_uninstall() { full_uninstall() {
echo -e "${YELLOW}[INFO]${NC} Начинаем полное удаление LAMP-окружения..." echo -e "${YELLOW}[INFO]${NC} Начинаем полное удаление..."
systemctl stop nginx apache2 httpd php*-fpm mariadb mysql redis 2>/dev/null || true systemctl stop nginx apache2 httpd php*-fpm mariadb mysql redis 2>/dev/null || true