blob: 48d2e318146b5de77ecdb2c9327f74196c9139ba (
plain)
1
2
3
4
5
|
ROOTFS_POSTPROCESS_COMMAND:append = " fix_unitexe_user_home_directory_ownership;"
fix_unitexe_user_home_directory_ownership() {
chown -R unitexe:unitexe ${IMAGE_ROOTFS}/home/unitexe
}
|