Skip to content

Commit

Permalink
Merge pull request #2 from oleksandrivantsiv/Sonic
Browse files Browse the repository at this point in the history
Move shebang to the first line to allow scripts execution in systemd …
  • Loading branch information
dvirl1 authored Jan 23, 2017
2 parents 9826408 + 4d75171 commit 1615a7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions usr/etc/mlnx/msn2100
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
#
# Copyright (C) 2010-2015, Mellanox Technologies Ltd. ALL RIGHTS RESERVED.
#
Expand All @@ -17,8 +18,6 @@
#
#

#!/bin/sh

### BEGIN INIT INFO
# Provides: bsp for msn2100 system
# Required-Start: $syslog
Expand Down
3 changes: 1 addition & 2 deletions usr/etc/mlnx/msn2410
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
#
# Copyright (C) 2010-2015, Mellanox Technologies Ltd. ALL RIGHTS RESERVED.
#
Expand All @@ -17,8 +18,6 @@
#
#

#!/bin/sh

### BEGIN INIT INFO
# Provides: bsp for msn2410 system
# Required-Start: $syslog
Expand Down
3 changes: 1 addition & 2 deletions usr/etc/mlnx/msn2420
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
#
# Copyright (C) 2010-2015, Mellanox Technologies Ltd. ALL RIGHTS RESERVED.
#
Expand All @@ -17,8 +18,6 @@
#
#

#!/bin/sh

### BEGIN INIT INFO
# Provides: bsp for msn2410 system
# Required-Start: $syslog
Expand Down
3 changes: 1 addition & 2 deletions usr/etc/mlnx/msn2700
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
#
# Copyright (C) 2010-2015, Mellanox Technologies Ltd. ALL RIGHTS RESERVED.
#
Expand All @@ -17,8 +18,6 @@
#
#

#!/bin/sh

### BEGIN INIT INFO
# Provides: bsp for msn2700 system
# Required-Start: $syslog
Expand Down

0 comments on commit 1615a7d

Please sign in to comment.