docs(kb): update path to Gateway to new location (#8794)

In #8480, we changed the location that `firezone-gateway` gets
downloaded to but forgot to update the knowledgebase with the new path.

---------

Signed-off-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
Thomas Eizinger
2025-04-16 23:20:28 +10:00
committed by GitHub
parent aab691a67f
commit 4cf36cd8bd
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ if [ ! -e "\$BINARY_PATH" ]; then
else
echo "\$BINARY_PATH.download is not an executable!"
echo "Ensure '${FIREZONE_ARTIFACT_URL}/${FIREZONE_VERSION}/\$arch' is accessible from this machine,"
echo "or download binary manually and install to /usr/local/bin/firezone-gateway."
echo "or download binary manually and install to \$BINARY_PATH"
exit 1
fi
else

View File

@@ -56,7 +56,7 @@ and restart the service to trigger the upgrade:
sudo systemctl stop firezone-gateway
# Move the old binary to a backup location
sudo mv /usr/local/bin/firezone-gateway /usr/local/bin/firezone-gateway.bak
sudo mv /opt/firezone/bin/firezone-gateway /opt/firezone/bin/firezone-gateway.bak
# Start the Gateway service to trigger the upgrade
sudo systemctl start firezone-gateway