mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user