Browse Source

Update README.MD

MoeClub 3 years ago
parent
commit
da5c6937f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Navicat/README.MD

+ 1 - 1
Navicat/README.MD

@@ -21,7 +21,7 @@ codesign -f -s "<CertificateName>" "/Applications/Navicat Premium.app"
 
 # Loop Retry
 ```
-defaults read com.navicat.NavicatPremium.plist |grep '{' |grep '[0-9A-Z]\{32\}' |cut -d'=' -f1 |sed 's/[[:space:]]//g' |xargs -I {} defaults delete com.navicat.NavicatPremium.plist {}
+defaults read "$Plist" |grep '{' |grep -o '[0-9A-Z]\{32\}' |xargs -I {} defaults delete "$Plist" "{}"
 find "$HOME/Library/Application Support/PremiumSoft CyberTech/Navicat CC/Navicat Premium" -type f -name ".*" -delete
 
 ```