From 58c96f6236d8464b883b51e028bbceb54b81ff94 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Mon, 24 Jul 2023 10:09:20 +0200 Subject: [PATCH] fix: change default westion user to diya --- recipes-graphics/wayland/weston-init.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index a204cae..9aa2987 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend @@ -1,6 +1,6 @@ # change default weston user to diya -do_install:append { +do_install:append() { if [ -e ${D}/${sysconfdir}/init.d/weston ]; then sed -i 's#WESTON_USER=weston#WESTON_USER=diya WESTON_GROUP=weston#' ${D}/${sysconfdir}/init.d/weston fi