From d15426bfef9dbfbcb0c330c39358416eb2168184 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 7 Feb 2024 08:25:26 +0100 Subject: [PATCH] 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 --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 8019092..f490cf6 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -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