Skip to content

Instantly share code, notes, and snippets.

@rys
Created July 4, 2017 20:30
Show Gist options
  • Save rys/0c8faef70cd333da5b5206929ca672d2 to your computer and use it in GitHub Desktop.
Save rys/0c8faef70cd333da5b5206929ca672d2 to your computer and use it in GitHub Desktop.
service unifi stop # or whatever you use to stop the controller
cd <path to your UniFi install>/lib
mv snappy-java-1.1.2.6.jar snappy-java-1.1.2.6.jar.orig
ln -s /usr/local/share/java/classes/snappy-java.jar snappy-java-1.1.2.6.jar
service unifi start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment