[init] 修改大量代码

This commit is contained in:
zeaslity
2023-10-20 14:10:20 +08:00
parent 3b30f5eee1
commit 7beab04895
8 changed files with 419 additions and 234 deletions

View File

@@ -5,7 +5,7 @@ if [[ ! -f /root/wdd/lib/wdd-lib-log.sh ]]; then
fi
source /root/wdd/lib/wdd-lib-log.sh
CleanOracleAgent() {
clean_oracle_agent() {
FunctionStart
colorEchoBlue "准备清理 Oracle Agent的相关内容 "
@@ -28,7 +28,7 @@ CleanOracleAgent() {
FunctionEnd
}
CleanIpPersist() {
clean_ip_persist() {
FunctionStart
colorEchoBlue "开始关闭 防火墙持久化存储 …………"
systemctl stop systemd-resolved.service && systemctl disable systemd-resolved.service