From 5e828b79db824c32054032881c9b2d624a5a8b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yavuz=20Ayd=C4=B1n?= Date: Tue, 27 Jul 2021 13:09:35 +0200 Subject: [PATCH] Added PATH to include /usr/local/sbin and /usr/local/bin --- backup_mysql.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backup_mysql.sh b/backup_mysql.sh index 195ca98..448600a 100755 --- a/backup_mysql.sh +++ b/backup_mysql.sh @@ -29,6 +29,7 @@ # # ############################################################################################## # # +# 2021/07/27 1.10 Added PATH to include /usr/local/sbin and /usr/local/bin # # 2021/07/26 1.9 Added MYSQL_BIN, MYSQLADMIN_BIN and MYSQLADMIN_BIN variables # # 2020/12/30 1.8 Added DBS_SKIP to prevent dumping certain databases # # 2020/02/27 1.7 Added username and password and set default retention to 1 day #