forked from mirror/openwrt
scripts: cfe-wfi-tag: fix shebang
Fixes: 72985233a6 ("scripts: support CFE WFI images")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
30fcb62840
commit
258cb7f169
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/env python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
Whole Flash Image Tag
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue