#!/bin/sh # Author: Athmane Madjoudj # 27.03.2024 Pavel Negrobov -- адаптация для MSVSphere ОС t_Log "Running $0 - httpd: Welcome page has MSVSphere Branding." curl -s http://localhost/ | grep 'Инферит МСВСфера ОС' > /dev/null 2>&1 t_CheckExitStatus $?