Ignore:
Timestamp:
Jan 19, 2010, 8:43:00 PM (14 years ago)
Author:
mitchb
Message:
Make signup-sql work... for the first time ever?

This seems like it can't possibly be the case, but all signs point
to this error having been present since the very beginning - we don't
have the string "$scriptsdev" in any of our filenames (obviously), so
it throws an error any time its run after the user has previously
signed up and gotten a .my.cnf, and tells them the info in the file
is incorrect regardless of whether it actually is.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/locker-dev/locker/bin/signup-sql

    r663 r1428  
    1717
    1818checksqlpass() {
    19     errors=`sshrun 'sql/bin$scriptsdev/test-password'`
     19    errors=`sshrun "sql/bin$scriptsdev/test-password"`
    2020    if [ "$errors" != "" ]; then
    2121        if [ "$1" -eq 1 ]; then
Note: See TracChangeset for help on using the changeset viewer.