From 5a2f3521cb5d37bc2e4741f66a2c00ad27b74ca8 Mon Sep 17 00:00:00 2001 From: erxspin Date: Sat, 18 Mar 2017 05:44:14 +0600 Subject: [PATCH] Bug fix exec permissions CentOS - part 1 (#89) * added CentOS, Fedora, RHEL choices with minimal version check (recommited) * fixed small typos * added special option --use-php5-package * parse options and export new environment variable USE_PHP5_PACKAGE * added choice between php5* or php7.0* packages (recommited) * fixed php*-fpm service name and php.ini file path (recommited) * prepare socket name for nginx to work with php5-fpm or php7.0-fpm (recommited) * added ppa:ondrej/php5-compat repo * added dependency ppa:ondrej/php repo and package software-properties-common * added execute permissions to ./centos/*.sh files --- centos/install.sh | 0 centos/resources/arguments.sh | 0 centos/resources/backup/fusionpbx-backup.sh | 0 centos/resources/colors.sh | 0 centos/resources/fail2ban.sh | 0 centos/resources/finish.sh | 0 centos/resources/firewalld.sh | 0 centos/resources/fusionpbx.sh | 0 centos/resources/nginx.sh | 0 centos/resources/php.sh | 0 centos/resources/postgres.sh | 0 centos/resources/sslcert.sh | 0 centos/resources/switch/conf-copy.sh | 0 centos/resources/switch/package-permissions.sh | 0 centos/resources/switch/package-release.sh | 0 centos/resources/switch/package-systemd.sh | 0 debian/resources/sngrep.sh | 0 17 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 centos/install.sh mode change 100644 => 100755 centos/resources/arguments.sh mode change 100644 => 100755 centos/resources/backup/fusionpbx-backup.sh mode change 100644 => 100755 centos/resources/colors.sh mode change 100644 => 100755 centos/resources/fail2ban.sh mode change 100644 => 100755 centos/resources/finish.sh mode change 100644 => 100755 centos/resources/firewalld.sh mode change 100644 => 100755 centos/resources/fusionpbx.sh mode change 100644 => 100755 centos/resources/nginx.sh mode change 100644 => 100755 centos/resources/php.sh mode change 100644 => 100755 centos/resources/postgres.sh mode change 100644 => 100755 centos/resources/sslcert.sh mode change 100644 => 100755 centos/resources/switch/conf-copy.sh mode change 100644 => 100755 centos/resources/switch/package-permissions.sh mode change 100644 => 100755 centos/resources/switch/package-release.sh mode change 100644 => 100755 centos/resources/switch/package-systemd.sh mode change 100644 => 100755 debian/resources/sngrep.sh diff --git a/centos/install.sh b/centos/install.sh old mode 100644 new mode 100755 diff --git a/centos/resources/arguments.sh b/centos/resources/arguments.sh old mode 100644 new mode 100755 diff --git a/centos/resources/backup/fusionpbx-backup.sh b/centos/resources/backup/fusionpbx-backup.sh old mode 100644 new mode 100755 diff --git a/centos/resources/colors.sh b/centos/resources/colors.sh old mode 100644 new mode 100755 diff --git a/centos/resources/fail2ban.sh b/centos/resources/fail2ban.sh old mode 100644 new mode 100755 diff --git a/centos/resources/finish.sh b/centos/resources/finish.sh old mode 100644 new mode 100755 diff --git a/centos/resources/firewalld.sh b/centos/resources/firewalld.sh old mode 100644 new mode 100755 diff --git a/centos/resources/fusionpbx.sh b/centos/resources/fusionpbx.sh old mode 100644 new mode 100755 diff --git a/centos/resources/nginx.sh b/centos/resources/nginx.sh old mode 100644 new mode 100755 diff --git a/centos/resources/php.sh b/centos/resources/php.sh old mode 100644 new mode 100755 diff --git a/centos/resources/postgres.sh b/centos/resources/postgres.sh old mode 100644 new mode 100755 diff --git a/centos/resources/sslcert.sh b/centos/resources/sslcert.sh old mode 100644 new mode 100755 diff --git a/centos/resources/switch/conf-copy.sh b/centos/resources/switch/conf-copy.sh old mode 100644 new mode 100755 diff --git a/centos/resources/switch/package-permissions.sh b/centos/resources/switch/package-permissions.sh old mode 100644 new mode 100755 diff --git a/centos/resources/switch/package-release.sh b/centos/resources/switch/package-release.sh old mode 100644 new mode 100755 diff --git a/centos/resources/switch/package-systemd.sh b/centos/resources/switch/package-systemd.sh old mode 100644 new mode 100755 diff --git a/debian/resources/sngrep.sh b/debian/resources/sngrep.sh old mode 100644 new mode 100755