Fix indentation

This commit is contained in:
Bat.bat 2019-10-31 20:28:04 +08:00
parent a4f4c80b7b
commit 0622ae61b3

View file

@ -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