suivi du conseil d'anarcat dans #1013

This commit is contained in:
Benjamin Sonntag 2007-08-23 08:25:45 +00:00
parent 5f59a52a6f
commit 65ce0863af
1 changed files with 2 additions and 2 deletions

View File

@ -155,10 +155,10 @@ tar -zcf "$INSTALLED_CONFIG_TAR" -C / $CONFIG_FILES
###################################################################### ######################################################################
# Initialize database # Initialize database
# #
#if [ -e /usr/sbin/mysqld ]; then if [ "$MYSQL_HOST" != "localhost" -o -e /usr/sbin/mysqld ]; then
echo "Setup MySQL and database..." echo "Setup MySQL and database..."
/usr/share/alternc/install/mysql.sh "$MYSQL_HOST" "$MYSQL_USER" "$MYSQL_PASS" "$MYSQL_DATABASE" /usr/share/alternc/install/mysql.sh "$MYSQL_HOST" "$MYSQL_USER" "$MYSQL_PASS" "$MYSQL_DATABASE"
#fi fi
######################################################################## ########################################################################
# Ad-hoc fixes # Ad-hoc fixes