From 0622ae61b3f136553336e3e817b98a6592898b15 Mon Sep 17 00:00:00 2001 From: "Bat.bat" Date: Thu, 31 Oct 2019 20:28:04 +0800 Subject: [PATCH] Fix indentation --- hidpi.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hidpi.sh b/hidpi.sh index 08f36c6..1402b24 100755 --- a/hidpi.sh +++ b/hidpi.sh @@ -69,10 +69,10 @@ downloadHost="https://raw.githubusercontent.com/xzhih/one-key-hidpi/master" # downloadHost="http://127.0.0.1:8080" if [[ "${sipInfo}" == *"Filesystem Protections: disabled"* ]] || [[ "$(awk '{print $5}' <<< "${sipInfo}")" == "disabled." ]]; then - : + : else - echo "${disableSIP}"; - exit 0 + echo "${disableSIP}"; + exit 0 fi if [[ "${systemVersion}" -ge "15" ]]; then