#!/bin/bash

set -e

DIR="$(dirname "${BASH_SOURCE[0]}")"
sudo chmod -R 777 /Library/Application\ Support/Adobe/CEP/extensions/com.motionland.bigpack/Projects
echo "Fixed! You can restart After Effectcs and try again."

exit 0
