Skip to content

Commit

Permalink
Fix Issue #33
Browse files Browse the repository at this point in the history
  • Loading branch information
MiteshShah committed Feb 24, 2014
1 parent 617bf60 commit 4b0de05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/sbin/easyengine
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ MYSQLPASSCHECK()
MYSQLROOT()
{
MYSQLUSER=$(cat ~/.my.cnf | grep user | cut -d'=' -f2)
MYSQLPASS=$(cat ~/.my.cnf | grep pass | cut -d'=' -f2)
MYSQLPASS=$(cat ~/.my.cnf | grep pass | cut -d'=' -f2 | sed -e 's/^"//' -e 's/"$//')
}
# GET Information Function
MYSQLINFO()
Expand Down

0 comments on commit 4b0de05

Please sign in to comment.