[init] 修改大量代码
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user