Ignore:
Timestamp:
03/06/11 20:11:49 (2 years ago)
Author:
fufroma
Message:

Correction de bugs
Correction d'identations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/tools/get_account_by_domain

    r2613 r2858  
    7777! [ -f "$ALTERNC_CONF_FILE" ] && { echo $MISSING_CONF_FILE ; exit 1 ; } || . $ALTERNC_CONF_FILE 
    7878mysql="$mysql --defaults-file=/etc/alternc/my.cnf" 
    79 $mysql -e "select count(*) from domaines_standby;" > /dev/null 2>&1 
     79$mysql -e "desc domaines;" > /dev/null 2>&1 
    8080[ "$?" != 0 ] && { echo "$MYSQL_UNREACHABLE_DATABASE" ; exit 1 ; } 
    8181 
Note: See TracChangeset for help on using the changeset viewer.