Fix patch context to match upstream source indentation

This commit is contained in:
Andrew Lukoshko 2026-03-13 17:24:04 +00:00
parent 882c5c6eb4
commit 0d2de1b755

View File

@ -14,19 +14,18 @@ receive an empty APP_SERVER and fail with:
1 file changed, 4 insertions(+)
diff --git a/build.sh b/build.sh
index 62876a45c9..0000000000 100755
--- a/build.sh
+++ b/build.sh
@@ -190,6 +190,10 @@ get_tomcat_app_server() {
"centos")
distro="rhel"
ver=$VERSION_ID
+ ;;
+ "almalinux")
+ distro="rhel"
+ ver=$VERSION_ID
;;
*)
echo $def_app_server
@@ -192,6 +192,10 @@
distro="rhel"
ver=$VERSION_ID
;;
+ "almalinux")
+ distro="rhel"
+ ver=$VERSION_ID
+ ;;
*)
echo $def_app_server
return
--
2.43.0