From 1da07d01953dc8b088badad26a7e0130b689aeda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 26 Nov 2024 11:59:58 -0500 Subject: [PATCH] openwrt: Create log directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- images/openwrt.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/images/openwrt.yaml b/images/openwrt.yaml index eddb676d..67598ce2 100644 --- a/images/openwrt.yaml +++ b/images/openwrt.yaml @@ -336,6 +336,11 @@ packages: action: install actions: +- trigger: post-unpack + action: | + #!/bin/sh + mkdir -p /var/log + - trigger: post-unpack action: | #!/bin/sh