From c05dd8a05d353efd4ffc3e876740b62809c404f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81?= Date: Fri, 5 Apr 2019 18:40:43 +0800 Subject: [PATCH] snap: Fix broken --webserver due to missing network-bind plug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index eb2f5ee1..3eb887fe 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -23,6 +23,7 @@ apps: - physical-memory-observe - upower-observe - home + - network-bind environment: LANG: C.UTF-8 LC_ALL: C.UTF-8 -- GitLab