diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-30 16:35:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-30 16:35:40 +0000 |
commit | 04ea730292de0c551cbc7405e7a09e55f02b0caa (patch) | |
tree | 5dbd32dfda99e652a83cffbaa4655e99af1beaa4 /layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/run | |
parent | c0546a105cdcd16b78f3fa8fd9e5b59d0d3099de (diff) | |
download | lh-bootstrap-04ea730292de0c551cbc7405e7a09e55f02b0caa.tar.xz |
Small incremental build fixes (43)
Diffstat (limited to 'layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/run')
-rwxr-xr-x | layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/run b/layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/run index edd2c67..71f2243 100755 --- a/layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/run +++ b/layout/rootfs/etc/s6-rc/source-base/fifodir-cleanup/run @@ -3,7 +3,7 @@ fdmove -c 2 1 if { forbacktickx -p -d"\n" i { ls -1 /run/service } - importas -u i + importas -u i i s6-cleanfifodir /run/service/${i}/event } s6-setuidgid nobody |