28 lines
806 B
Diff
28 lines
806 B
Diff
From 0be5de0e26482b476b383c473a4b497fe2b955dc Mon Sep 17 00:00:00 2001
|
|
From: gongzt <gong_zhengtang@163.com>
|
|
Date: Wed, 21 Dec 2022 11:31:10 +0800
|
|
Subject: [PATCH] disabled mysql installed checked
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
---
|
|
aops-zeus | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/aops-zeus b/aops-zeus
|
|
index 0a755c3..76aea5b 100755
|
|
--- a/aops-zeus
|
|
+++ b/aops-zeus
|
|
@@ -7,7 +7,7 @@ MANAGER_CONFIG_FILE=$SYS_PATH/zeus.ini
|
|
function main() {
|
|
if [ "${OPERATION}" = "start" ]; then
|
|
create_config_file "${MANAGER_CONFIG_FILE}" "zeus"
|
|
- check_mysql_installed "${MANAGER_CONFIG_FILE}"
|
|
+ # check_mysql_installed "${MANAGER_CONFIG_FILE}"
|
|
fi
|
|
start_or_stop_service "${MANAGER_CONSTANT}"
|
|
exit $?
|
|
--
|
|
Gitee
|