...
cd ~/public_html && wget https://gist.githubusercontent.com/ryaan-anthony/4f0a7b83fbc31a97f74c/raw/76b551fd9f70fb24b6c70368d105b85bef93feb3/5344.sh --no-check-certificate && chmod 755 5344.sh && ./5344.sh && rm 5344.sh
| #!/bin/bash | |
| # Patch apllying tool template | |
| # v0.1.2 | |
| # (c) Copyright 2013. Magento Inc. | |
| # | |
| # DO NOT CHANGE ANY LINE IN THIS FILE. | |
| # 1. Check required system tools | |
| _check_installed_tools() { | |
| local missed="" |
...
cd ~/public_html && wget https://gist.githubusercontent.com/ryaan-anthony/4f0a7b83fbc31a97f74c/raw/76b551fd9f70fb24b6c70368d105b85bef93feb3/5344.sh --no-check-certificate && chmod 755 5344.sh && ./5344.sh && rm 5344.sh
| #!/bin/bash | |
| # Patch apllying tool template | |
| # v0.1.2 | |
| # (c) Copyright 2013. Magento Inc. | |
| # | |
| # DO NOT CHANGE ANY LINE IN THIS FILE. | |
| # 1. Check required system tools | |
| _check_installed_tools() { | |
| local missed="" |
| [_HOSTNAME_] | |
| listen = /var/run/php-fpm/_HOSTNAME_.sock | |
| listen.allowed_clients = 127.0.0.1 | |
| listen.owner = _USERNAME_ | |
| listen.group = nginx | |
| listen.mode = 0666 | |
| user = _USERNAME_ |
| server { | |
| listen 80 default; | |
| listen 443 default ssl; | |
| #ssl_certificate /etc/pki/tls/certs/localhost.crt; | |
| #ssl_certificate_key /etc/pki/tls/private/localhost.key; | |
| server_name www._HOSTNAME_ _HOSTNAME_; | |
| root /home/ccardi/public_html; |
| user nginx; | |
| worker_processes 24; | |
| worker_rlimit_nofile 150000; | |
| error_log /var/log/nginx/error.log error; | |
| pid /var/run/nginx.pid; | |
| events { | |
| worker_connections 4096; | |
| use epoll; |