[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/webdeveloper606/codedeploy-sample/master/scripts/stop_server [Back]  [Original]

#!/bin/bash
isExistApp = `pgrep httpd`
if [[ -n  $isExistApp ]]; then
    service httpd stop        
fi


Web Proxy Viewer  |  New URL  |  Original Page