Фикс
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user