Skip to content

Commit

Permalink
[TASK] Create folder and set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Jun 8, 2024
1 parent 4c77fb4 commit 9a8d0bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ddev-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ rm -Rf ddev "ddev_linux-${ARCH}.${DDEV_VERSION}.tar.gz"

# Ensure required folders exist
mkdir -p /home/ddev/.ddev/commands/host
chown -R ddev:ddev /home/ddev/.ddev/
mkdir /builds
chown -R ddev:ddev /home/ddev/.ddev/ /builds

0 comments on commit 9a8d0bd

Please sign in to comment.