Skip to content

Commit

Permalink
Merge pull request #177 from Automattic/fix/mysql
Browse files Browse the repository at this point in the history
fix(mysql): "can't create /etc/conf.d/mariadb: nonexistent directory"
  • Loading branch information
sjinks authored May 24, 2024
2 parents ce10b99 + 334117c commit 5649bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/src/mariadb/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "MariaDB",
"id": "mariadb",
"version": "1.0.3",
"version": "1.0.4",
"description": "Sets up MariaDB into the Dev Environment",
"options": {
"installDatabaseToWorkspaces": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/mariadb/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else
fi

install -D -m 0755 -o root -g root service-run /etc/sv/mariadb/run
install -d -m 0755 -o root -g root /etc/service
install -d -m 0755 -o root -g root /etc/service /etc/conf.d
ln -sf /etc/sv/mariadb /etc/service/mariadb

export MARIADB_USER
Expand Down

0 comments on commit 5649bb1

Please sign in to comment.