commit | cf145b77e4dbe675108c2c7b788e7505d5818fed | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Thu Oct 13 15:07:36 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Thu Oct 13 15:07:36 2011 -0700 |
tree | 1a236d786f859bc1f75177a869a7d6517ee97318 | |
parent | f8dfba1c7324e39fada3b694ab3d1451e83de238 [diff] [blame] |
merge trunk, and also make sure localrc exists before running build_lxc.sh
diff --git a/stack.sh b/stack.sh index 97c39f8..dc151a6 100755 --- a/stack.sh +++ b/stack.sh
@@ -366,7 +366,7 @@ cat <<EOF >$HOME/.my.cnf [client] user=$MYSQL_USER -password=$MYSQL_PASS +password=$MYSQL_PASSWORD host=$MYSQL_HOST EOF chmod 0600 $HOME/.my.cnf