Update pf2etools-install.sh

This commit is contained in:
CanbiZ 2025-01-02 20:57:38 +01:00 committed by GitHub
parent eacaca938d
commit 11de586c93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,11 +42,10 @@ cat <<EOF >> /etc/apache2/apache2.conf
EOF EOF
rm -rf /var/www/html rm -rf /var/www/html
ln -s "/opt/Pf2eTools" /var/www/html ln -s "/opt/Pf2eTools" /var/www/html
chown -R www-data: "/opt/Pf2eTools" chown -R www-data: "/opt/Pf2eTools"
chmod -R 755 "/opt/Pf2eTools" chmod -R 755 "/opt/Pf2eTools"
apache2ctl start msg_ok "Created Service"
msg_ok "Creating Service"
# Cleanup # Cleanup
msg_info "Cleaning up" msg_info "Cleaning up"
rm "${RELEASE}.zip" rm "${RELEASE}.zip"