From 7ef319227770ade79fd35cf9bb84c0b5ac04764b Mon Sep 17 00:00:00 2001 From: 3VAbdAVE Date: Wed, 17 Apr 2024 11:13:06 -0400 Subject: [PATCH] Removed a confusing comment. --- deploy/unifi.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/unifi.sh b/deploy/unifi.sh index 68bce9d6..2418c558 100644 --- a/deploy/unifi.sh +++ b/deploy/unifi.sh @@ -87,7 +87,6 @@ unifi_deploy() { # Unifi Controller environment (self hosted or any Cloud Key) -- # auto-detect by file /usr/lib/unifi/data/keystore - # Additional detection of OS version to handle missing keytool. _unifi_keystore="${DEPLOY_UNIFI_KEYSTORE:-/usr/lib/unifi/data/keystore}" if [ -f "$_unifi_keystore" ]; then _debug _unifi_keystore "$_unifi_keystore"