system setup: Fix settings on /run/user 94/23794/1 halibut 8.0.6 halibut/8.0.6 halibut_8.0.6
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 11 Feb 2020 12:11:06 +0000 (13:11 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 11 Feb 2020 13:14:02 +0000 (14:14 +0100)
The setting made fail the 'service user-runtime-dir@.service'.
It also had bad effect on starting of dashboard application.

Bug-AGL: SPEC-3175

Change-Id: Ic937c707fce4b3d2c03616055e140b65e4b29cfb
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
conf/system/afm-system-setup.sh.in
conf/system/afm-user-setup.sh.in

index f70a530..ba4ff4c 100644 (file)
@@ -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@
 
index e1c1070..1b619a0 100644 (file)
@@ -15,8 +15,8 @@ dodir() {
        done
 }
 
-dodir '-T -a User::App-Shared' "$bdir" "$udir"
-dodir '-t -a User::App-Shared'  "$udir/usrshr"
+dodir '-T -a User::App-Shared' "$udir"
+dodir '-t -a User::App-Shared' "$udir/usrshr"
 dodir '-T -a System::Shared' "$udir/apis"
 dodir '-t -a System::Shared' "$udir/apis/ws" "$udir/apis/link"