From 22cba2fca1aa885c364dce8aab55023deebf5420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sun, 8 Feb 2026 14:13:33 +0200 Subject: [PATCH] bundle:update file:// syntax --- administration/bundles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administration/bundles.md b/administration/bundles.md index e75321d10..844c3fd8f 100644 --- a/administration/bundles.md +++ b/administration/bundles.md @@ -122,7 +122,7 @@ In case the bundle is available on a file location, e.g. on the openHAB server ( Make sure that file location is not within the `$OPENHAB_ADDONS` folder. ```text -openhab>bundle:update 303 file:///localhost/srv/openhab-sys/org.openhab.binding.my-5.0.0-SNAPSHOT.jar +openhab>bundle:update 303 file://localhost/srv/openhab-sys/org.openhab.binding.my-5.0.0-SNAPSHOT.jar ``` Note: Using `bundle:uninstall` to uninstall an add-on will **not** work, because all add-ons bundles are part of a feature and as long as the feature is installed, the bundle will be reinstalled.