mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
initscripts: fix syntax error in postinsts
Fix syntax error in pkg_postinst of initscripts. (From OE-Core rev: 8240975b937197aee5ab1d651997fe500e8bbd91) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -157,5 +157,4 @@ pkg_postinst_${PN} () {
|
||||
systemctl $OPTS mask $SERVICE.service
|
||||
done
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user