chore: update shebang

For me the `env` points to `/usr/bin/env`, and it is more common to specify as it is.

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2024-02-07 08:25:26 +01:00
parent 235cc4e0f9
commit d15426bfef
No known key found for this signature in database
GPG key ID: 6577287BDCA70840

View file

@ -1,4 +1,4 @@
#!/bin/env perl
#!/usr/bin/env perl
# mysqltuner.pl - Version 2.5.2
# High Performance MySQL Tuning Script
# Copyright (C) 2015-2023 Jean-Marie Renouard - jmrenouard@gmail.com