Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-core/systemd/systemd/usb1-rules.sh | 2 +- meta-arago-distro/recipes-core/systemd/systemd/usb2-rules.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-arago-distro/recipes-core/systemd/systemd/usb1-rules.sh b/meta-arago-distro/recipes-core/systemd/systemd/usb1-rules.sh index 51dfd71..68e8351 100755 --- a/meta-arago-distro/recipes-core/systemd/systemd/usb1-rules.sh +++ b/meta-arago-distro/recipes-core/systemd/systemd/usb1-rules.sh @@ -1,3 +1,3 @@ -#!bin/sh +#!/bin/sh /sbin/modprobe g_ncm -r /sbin/modprobe g_ncm diff --git a/meta-arago-distro/recipes-core/systemd/systemd/usb2-rules.sh b/meta-arago-distro/recipes-core/systemd/systemd/usb2-rules.sh index f00565e..9707126 100755 --- a/meta-arago-distro/recipes-core/systemd/systemd/usb2-rules.sh +++ b/meta-arago-distro/recipes-core/systemd/systemd/usb2-rules.sh @@ -1,3 +1,3 @@ -#!bin/sh +#!/bin/sh /sbin/modprobe g_zero -r /sbin/modprobe g_zero -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
