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