From 2234f4c8c8314399ef521716a93048490fd6f04e Mon Sep 17 00:00:00 2001 From: Jonathan Bossenger Date: Wed, 20 Nov 2024 12:46:16 +0200 Subject: [PATCH] Changing mount type (to be tested) --- macos/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/macos/install.sh b/macos/install.sh index b9cb153..ad68304 100644 --- a/macos/install.sh +++ b/macos/install.sh @@ -18,7 +18,9 @@ INSTANCE_IP=$( osascript -l 'JavaScript' <<< "${JXA}" ) # Set up the shared directories echo "Setting up shared directories..." mkdir -p ~/wp-local-env -multipass mount ~/wp-local-env wp-local-env:/home/ubuntu/wp-local-env +multipass stop wp-local-env +multipass mount --type=native ~/wp-local-env wp-local-env:/home/ubuntu/wp-local-env +multipass start wp-local-env cd ~/wp-local-env mkdir -p sites ssl-certs