diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-11 22:36:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2020-02-11 22:36:20 +0000 |
commit | 7f53b8188b6b4448dad771eeb8b03160aa314826 (patch) | |
tree | 5b888c25a11f6856e6a1463f46b9f7982d5f72cd /conf/system/afm-system-setup.sh.in | |
parent | dee272539696e738f8525c9c638099df6e87ad2a (diff) | |
parent | ab26673e4cef62736c15d5d7da02597d8382c65b (diff) |
Merge "system setup: Fix settings on /run/user"
Diffstat (limited to 'conf/system/afm-system-setup.sh.in')
-rw-r--r-- | conf/system/afm-system-setup.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/system/afm-system-setup.sh.in b/conf/system/afm-system-setup.sh.in index f70a530..ba4ff4c 100644 --- a/conf/system/afm-system-setup.sh.in +++ b/conf/system/afm-system-setup.sh.in @@ -10,7 +10,7 @@ dodir() { done } -dodir $pdir $pdir/display $pdir/apis $pdir/apis/ws $pdir/apis/link +dodir /run/user $pdir $pdir/display $pdir/apis $pdir/apis/ws $pdir/apis/link @create_platform_debug@ |