Skip to content

Instantly share code, notes, and snippets.

@joepie91

joepie91/.sh Secret

Created August 27, 2017 12:01
Show Gist options
  • Save joepie91/23b33f7231c1da87110fe7fa1ac9ade1 to your computer and use it in GitHub Desktop.
Save joepie91/23b33f7231c1da87110fe7fa1ac9ade1 to your computer and use it in GitHub Desktop.
if [ -d "/home/resolve/Cyclone" ]
then
IS_DVD_INSTALLATION=true
RESOLVE_BASE=/home/resolve
else
IS_DVD_INSTALLATION=false
RESOLVE_BASE=/opt/resolve
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment