diff --git a/restore b/restore index 4cfcd98..7a67206 100755 --- a/restore +++ b/restore @@ -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 \ No newline at end of file +exit 0