Changeset 2858 for alternc/trunk/tools/get_account_by_domain
- Timestamp:
- 03/06/11 20:11:49 (2 years ago)
- File:
-
- 1 edited
-
alternc/trunk/tools/get_account_by_domain (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/tools/get_account_by_domain
r2613 r2858 77 77 ! [ -f "$ALTERNC_CONF_FILE" ] && { echo $MISSING_CONF_FILE ; exit 1 ; } || . $ALTERNC_CONF_FILE 78 78 mysql="$mysql --defaults-file=/etc/alternc/my.cnf" 79 $mysql -e " select count(*) from domaines_standby;" > /dev/null 2>&179 $mysql -e "desc domaines;" > /dev/null 2>&1 80 80 [ "$?" != 0 ] && { echo "$MYSQL_UNREACHABLE_DATABASE" ; exit 1 ; } 81 81
Note: See TracChangeset
for help on using the changeset viewer.
