From c81e139f78423bc2b7f060746776c9cf35990dde Mon Sep 17 00:00:00 2001 From: Harold Paulson Date: Sun, 11 Oct 2020 21:20:31 -0700 Subject: [PATCH] .my.cnf typo fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f804f3f..b5ffa78 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ chmod 755 /usr/local/bin/mysqlbackup if [ ! -f /root/.my.cnf ]; then echo -n "Enter the root MySQL Password: " && stty -echo && read MYSQL_PASS && echo "" - cat <> /tmp/.my.cfg + cat <> /root/.my.cnf [client] user=root password=${MYSQL_PASS}