Fix wrong shebang of loguserdata.py
With the previous detection logic removed by [1], we should update the shebang so that the script is executed by python interpreter. [1] 19bcbc0390f24b0e9977a01d08380bf5a4fd39a4 Change-Id: If116e89b75f450b818ed6b8819a0920fff6d34bb
This commit is contained in:
parent
80eea85194
commit
29a594c85a
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
Loading…
x
Reference in New Issue
Block a user