diff options
Diffstat (limited to 'files.sh')
| -rw-r--r-- | files.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,7 +9,9 @@ install_dir 0755 root wheel '/etc/httpd' install_file 0644 root wheel '/etc/httpd/_acme.conf' install_file 0644 root wheel '/etc/httpd/_listen80.conf' install_file 0644 root wheel '/etc/httpd/_listen443.conf' +install_file 0644 root wheel '/etc/my.cnf' install_file 0600 root wheel '/etc/pf.conf' +install_file 0644 root wheel '/etc/php-8.3.ini' install_file 0644 root wheel '/etc/rc.conf.local' install_file 0644 root wheel '/etc/shells' install_dir 0755 root wheel '/etc/ssh' @@ -29,3 +31,8 @@ install_dir 0755 root daemon '/var/www/conf' install_file 0644 root wheel '/var/www/conf/cgitrc' install_dir 0755 git git '/var/www/git' install_dir 0755 git git '/var/www/git/repositories' +install_dir 0755 root wheel '/var/www/htdocs/PhoenixCart-1.1.0.7' +install_dir 0755 root wheel '/var/www/htdocs/PhoenixCart-1.1.0.7/includes' +install_dir 0755 root wheel '/var/www/htdocs/PhoenixCart-1.1.0.7/admin/includes' +install_file 0644 root wheel '/var/www/htdocs/PhoenixCart-1.1.0.7/includes/configure.php' +install_file 0644 root wheel '/var/www/htdocs/PhoenixCart-1.1.0.7/admin/includes/configure.php' |
