Browse Source

unpatch.sh: Fix small mistake in progress output

pull/14/head
Barry K. Nathan 5 years ago
parent
commit
472d87e9b8
  1. 2
      unpatch.sh

2
unpatch.sh

@ -59,7 +59,7 @@ then
mv "$VOLUME/System/Library/CoreServices/PlatformSupport.plist.inactive" \
"$VOLUME/System/Library/CoreServices/PlatformSupport.plist"
else
echo 'Boot-time compatibility check not present; continuing.'
echo 'Boot-time compatibility check patch not present; continuing.'
fi
echo

Loading…
Cancel
Save