From 2bd8b60608661228ea3e804edbd7ab0dc05faa0c Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Mon, 12 Feb 2024 14:48:37 +0100 Subject: [PATCH] feat: add missing run_host call --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 64139dcad93..5adaea6523e 100644 --- a/build.sh +++ b/build.sh @@ -31,3 +31,6 @@ if [ -f "/run/.containerenv" ]; then echo "Looks like you are running in a container, but you don't have flatpak or host-spawn installed." echo "Nothing to do here." fi + +run_host +exit $?