From 11de586c930c2b346d60b49724459792b68dd3a1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:57:38 +0100 Subject: [PATCH] Update pf2etools-install.sh --- install/pf2etools-install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install/pf2etools-install.sh b/install/pf2etools-install.sh index d245d3462..c7b8cfaec 100644 --- a/install/pf2etools-install.sh +++ b/install/pf2etools-install.sh @@ -42,11 +42,10 @@ cat <> /etc/apache2/apache2.conf EOF rm -rf /var/www/html ln -s "/opt/Pf2eTools" /var/www/html - chown -R www-data: "/opt/Pf2eTools" chmod -R 755 "/opt/Pf2eTools" -apache2ctl start -msg_ok "Creating Service" +msg_ok "Created Service" + # Cleanup msg_info "Cleaning up" rm "${RELEASE}.zip"