Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 02ebcbb

Browse files
committed
initでちゃんとアイコンけす
1 parent b7a63d8 commit 02ebcbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webapp/sql/init.sh

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ if test -f /home/isucon/env.sh; then
77
. /home/isucon/env.sh
88
fi
99

10+
rm -rf ../img/user*.jpg
11+
1012
ISUCON_DB_HOST=${ISUCON13_MYSQL_DIALCONFIG_ADDRESS:-127.0.0.1}
1113
ISUCON_DB_PORT=${ISUCON13_MYSQL_DIALCONFIG_PORT:-3306}
1214
ISUCON_DB_USER=${ISUCON13_MYSQL_DIALCONFIG_USER:-isucon}

0 commit comments

Comments
 (0)