Fix indentation
This commit is contained in:
parent
a4f4c80b7b
commit
0622ae61b3
1 changed files with 3 additions and 3 deletions
6
hidpi.sh
6
hidpi.sh
|
@ -69,10 +69,10 @@ downloadHost="https://raw.githubusercontent.com/xzhih/one-key-hidpi/master"
|
||||||
# downloadHost="http://127.0.0.1:8080"
|
# downloadHost="http://127.0.0.1:8080"
|
||||||
|
|
||||||
if [[ "${sipInfo}" == *"Filesystem Protections: disabled"* ]] || [[ "$(awk '{print $5}' <<< "${sipInfo}")" == "disabled." ]]; then
|
if [[ "${sipInfo}" == *"Filesystem Protections: disabled"* ]] || [[ "$(awk '{print $5}' <<< "${sipInfo}")" == "disabled." ]]; then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
echo "${disableSIP}";
|
echo "${disableSIP}";
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${systemVersion}" -ge "15" ]]; then
|
if [[ "${systemVersion}" -ge "15" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue