From 294d6c4f4274c373a95e246c7ad8079665839e78 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:15:17 +0100 Subject: [PATCH] move tomcat to done --- ct/{ => done}/apache-tomcat.sh | 2 +- install/{ => done}/apache-tomcat-install.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename ct/{ => done}/apache-tomcat.sh (96%) rename install/{ => done}/apache-tomcat-install.sh (96%) diff --git a/ct/apache-tomcat.sh b/ct/done/apache-tomcat.sh similarity index 96% rename from ct/apache-tomcat.sh rename to ct/done/apache-tomcat.sh index a396f9b..2cb8a82 100644 --- a/ct/apache-tomcat.sh +++ b/ct/done/apache-tomcat.sh @@ -3,7 +3,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/ # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (Canbiz) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: +# Source: https://tomcat.apache.org/ APP="Apache-Tomcat" var_tags="webserver" diff --git a/install/apache-tomcat-install.sh b/install/done/apache-tomcat-install.sh similarity index 96% rename from install/apache-tomcat-install.sh rename to install/done/apache-tomcat-install.sh index 0854029..26e11f0 100644 --- a/install/apache-tomcat-install.sh +++ b/install/done/apache-tomcat-install.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2024 tteck +# Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (CanbiZ) -# License: MIT -# https://github.com/tteck/Proxmox/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# Source: https://tomcat.apache.org/ source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color