Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-30 01:28:14 -06:00
parent 843796d0f3
commit 5d419bdfe5

View File

@@ -12,6 +12,7 @@ if [ ! -f /opt/idssys/settings/mysqlbu.conf ]; then
mkdir /opt/idssys/settings mkdir /opt/idssys/settings
mv /opt/idssys/mysqlbu/settings.conf /opt/idssys/settings/mysqlbu.conf mv /opt/idssys/mysqlbu/settings.conf /opt/idssys/settings/mysqlbu.conf
fi fi
source /opt/idssys/settings/mysqlbu.conf
# ========================================================= # # ========================================================= #
@@ -96,7 +97,7 @@ DELETE_BACKUP() {
MAIN_MENU() { MAIN_MENU() {
while : while :
do do
clear #clear
echo "" 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]} 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]}" echo -e "${idsCL[LightGreen]}---------------------------------------------------------------------------${idsCL[Default]}"