Skip to content

Commit

Permalink
openwrt/sqm-hotplug: Fix typo in shebang
Browse files Browse the repository at this point in the history
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Aug 23, 2023
1 parent 33a89d8 commit 405aeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/openwrt/sqm-hotplug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin.sh
#!/bin/sh

. /lib/functions.sh

Expand Down

2 comments on commit 405aeff

@dave14305
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shebang was removed in 474ea9a. Is it necessary?

@tohojo
Copy link
Owner Author

@tohojo tohojo commented on 405aeff Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really, no... :)

Please sign in to comment.