mirror of
https://github.com/xzhih/one-key-hidpi.git
synced 2026-04-13 01:13:42 +08:00
Fix indentation
This commit is contained in:
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"
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user