From 5d419bdfe5d53412294a8be05b9f15d63e1bc857 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 30 Jan 2019 01:28:14 -0600 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 3e16b69..11ec594 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -12,6 +12,7 @@ if [ ! -f /opt/idssys/settings/mysqlbu.conf ]; then mkdir /opt/idssys/settings mv /opt/idssys/mysqlbu/settings.conf /opt/idssys/settings/mysqlbu.conf fi +source /opt/idssys/settings/mysqlbu.conf # ========================================================= # @@ -96,7 +97,7 @@ DELETE_BACKUP() { MAIN_MENU() { while : do - clear + #clear echo "" echo -e "${idsCL[LightGreen]} MySQL-BU - M y S Q L B A C K U P S C R I P T S${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}" echo -e "${idsCL[LightGreen]}---------------------------------------------------------------------------${idsCL[Default]}"