fix perl shebang

Current shebang gives this error:
$ ./mysqltuner.pl
-bash: ./mysqltuner.pl: cannot execute: required file not found

Also fixes #766.
This commit is contained in:
Fabio Pedretti 2024-02-09 10:24:40 +01:00
parent f0848b8489
commit 86ccfb2fcc

View File

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