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:
parent
235cc4e0f9
commit
d15426bfef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue