This is an automated email from the ASF dual-hosted git repository.
jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new dd179db745 fix ambari-server install faild and ambari-server setup
error on RockyLinux8.10 (#3802)
dd179db745 is described below
commit dd179db745d44beb30ff8bc108683ce85cba904e
Author: xjmu <[email protected]>
AuthorDate: Fri Aug 2 16:19:53 2024 +0800
fix ambari-server install faild and ambari-server setup error on
RockyLinux8.10 (#3802)
---
ambari-server/conf/unix/ambari-env.sh | 1 +
ambari-server/conf/unix/install-helper.sh | 1 +
2 files changed, 2 insertions(+)
diff --git a/ambari-server/conf/unix/ambari-env.sh
b/ambari-server/conf/unix/ambari-env.sh
index d2f655c1b9..95eb6c1a85 100644
--- a/ambari-server/conf/unix/ambari-env.sh
+++ b/ambari-server/conf/unix/ambari-env.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
diff --git a/ambari-server/conf/unix/install-helper.sh
b/ambari-server/conf/unix/install-helper.sh
index f3ac20a23a..22c01fb3e4 100644
--- a/ambari-server/conf/unix/install-helper.sh
+++ b/ambari-server/conf/unix/install-helper.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information rega4rding copyright ownership.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]