From 7c8c81d3d15c12674e5f56fe377478195f69aea6 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:02:17 +0100 Subject: [PATCH] test --- install/piler-install.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/install/piler-install.sh b/install/piler-install.sh index 0f9c92bc7..2ac56fd1c 100644 --- a/install/piler-install.sh +++ b/install/piler-install.sh @@ -179,8 +179,8 @@ msg_ok "Configured PHP-FPM Pool" msg_info "Configuring Piler Web GUI" # Check if config-site.php already exists (created by .deb package) -if [ ! -f /var/www/piler/config-site.php ]; then - cat </var/www/piler/config-site.php +if [ ! -f /var/piler/www/config-site.php ]; then + cat </var/piler/www/config-site.php /etc/nginx/sites-available/piler server { listen 80; server_name _; - root /var/www/piler; + root /var/piler/www; index index.php; access_log /var/log/nginx/piler-access.log;