conf/system: fix shebang not absolute. 96/22596/1
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 8 Oct 2019 08:36:24 +0000 (10:36 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 10 Oct 2019 08:15:17 +0000 (10:15 +0200)
Wrong shebang in some shell script prevents packaging to ends correctly.

Bugs-AGL: SPEC-2863

Change-Id: I63ae56ddc88f9f9dfa0734efff69c26c87800a07
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
conf/system/afm-system-setup.sh.in
conf/system/afm-user-setup.sh.in

index 65e75ed..4da558e 100644 (file)
@@ -1,4 +1,4 @@
-#!bin/sh
+#!/bin/sh
 
 pdir=@afm_platform_rundir@
 
index 076676f..058420d 100644 (file)
@@ -1,4 +1,4 @@
-#!bin/sh
+#!/bin/sh
 
 uid=$1
 udir=/run/user/$uid