Skip to content

Commit 0a0963d

Browse files
committed
add chown of config to dbase init script
1 parent 3a17dbf commit 0a0963d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init/40_set_up_dbase.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,5 @@ if [ -f "/tmp/mysql-first-time.sql" ]; then
8989
rm /tmp/mysql-first-time.sql
9090
fi
9191

92+
chown -R abc:abc /config
93+

0 commit comments

Comments
 (0)