Skip to content

Commit

Permalink
Fix missing end of if-statement
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch authored Apr 1, 2020
1 parent b9210ec commit dc40893
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion restore
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ if [[ $sys_minor -ge 11 ]]; then
target="/System/Library/Displays/Contents/Resources/Overrides"
else
target="/System/Library/Displays/Overrides"
fi

# restore back the backup
cp -R "${backup}" "${target}"

echo "Restore completed."
exit 0
exit 0

0 comments on commit dc40893

Please sign in to comment.