Created
July 4, 2017 20:30
-
-
Save rys/0c8faef70cd333da5b5206929ca672d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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