fix perl shebang

Previously at least on Debian it broke with:
$ ./mysqltuner.pl
-bash: ./mysqltuner.pl: /bin/env: bad interpreter: No such file or directory
This commit is contained in:
Fabio Pedretti 2024-02-07 10:57:48 +01:00
parent 235cc4e0f9
commit c2140d79f7

View file

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