26 lines
752 B
Diff
26 lines
752 B
Diff
From 99baf838306e8dc445697931d0592a4d7961ed98 Mon Sep 17 00:00:00 2001
|
|
From: wang--ge <wang__ge@126.com>
|
|
Date: Mon, 22 Aug 2022 18:35:02 +0800
|
|
Subject: [PATCH] Adapt setup appliance.sh for openeuler
|
|
|
|
---
|
|
dist/functions.setup-appliance.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/dist/functions.setup-appliance.sh b/dist/functions.setup-appliance.sh
|
|
index e2b985e..a02f897 100755
|
|
--- a/dist/functions.setup-appliance.sh
|
|
+++ b/dist/functions.setup-appliance.sh
|
|
@@ -635,7 +635,7 @@ function prepare_os_settings {
|
|
OBS_SIGND=obssignd
|
|
SIGND_BIN="/usr/sbin/signd"
|
|
;;
|
|
- fedora)
|
|
+ fedora|openEuler)
|
|
MYSQL_SERVICE=mariadb
|
|
HTTPD_SERVICE=httpd
|
|
HTTPD_USER=apache
|
|
--
|
|
2.27.0
|
|
|