Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
dogggggo committed Aug 30, 2017
1 parent 0f17974 commit 185ad1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eccube_install.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ case "${DBTYPE}" in
#${MYSQL} -u ${ROOTUSER} ${PASSOPT} -e "GRANT ALL ON \`${DBNAME}\`.* TO '${DBUSER}'@'%' IDENTIFIED BY '${DBPASS}'"
echo "create table..."
echo "SET SESSION storage_engine = InnoDB;" |
cat - ${SQL_DIR}/create_table_mysql.sql |
cat - ${SQL_DIR}/create_table_mysqli.sql |
${MYSQL} -u ${DBUSER} ${PASSOPT} ${DBNAME}
echo "insert data..."
${MYSQL} -u ${DBUSER} ${PASSOPT} ${DBNAME} < ${SQL_DIR}/insert_data.sql
Expand Down

0 comments on commit 185ad1b

Please sign in to comment.