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] 19bcbc0390

Change-Id: If116e89b75f450b818ed6b8819a0920fff6d34bb
This commit is contained in:
Takashi Kajinami 2024-04-17 20:08:28 +09:00
parent 80eea85194
commit 29a594c85a

View File

@ -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