From ebb8f628351497bca6e09187cb0618b3c68978ee Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 11:41:46 -0600 Subject: [PATCH] Update install-mysqlbu.sh --- install-mysqlbu.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 install-mysqlbu.sh diff --git a/install-mysqlbu.sh b/install-mysqlbu.sh old mode 100644 new mode 100755 index 9421226..e2e444f --- a/install-mysqlbu.sh +++ b/install-mysqlbu.sh @@ -24,14 +24,14 @@ echo -e "${CS[color,LightGreen]}MySQL-BU Installation Script${CS[color,Default]} do_with_root $APTFUNC -y install wget curl git do_with_root set -eu -do_with_root git clone https://git.schroedercity.com/voltron/MySQL-BU.git /opt/mysql-bu -do_with_root ln -s /opt/mysql-bu/run.sh /usr/local/bin/mysqlbu +do_with_root git clone https://git.schroedercity.com/voltron/MySQL-BU.git /opt/mysqlbu +do_with_root ln -s /opt/mysqlbu/run.sh /usr/local/bin/mysqlbu echo -e "BACKUP_PATH='/var/lib/mysql-backups/' MYSQLUSER='root' MYSQLPASS='Dc$@54115' MYSQLCFG='/etc/mysql/my.cnf' BACKUPSTOKEEP=3 -" > /opt/mysql-bu/settings.conf +" > /opt/mysqlbu/settings.conf echo ""