P_ID=$(pgrep -f BonusSmartSiteApplication) if [ -z "$P_ID" ]; then echo "BonusSmartSiteApplication is not running" else kill -9 "$P_ID" fi