diff --git a/.devcontainer/post-create.sh b/.devcontainer/post-create.sh index ca2909e..4f845eb 100644 --- a/.devcontainer/post-create.sh +++ b/.devcontainer/post-create.sh @@ -1,6 +1,4 @@ #!/bin/bash echo '* text=auto eol=lf' > $(git rev-parse --git-dir)/info/attributes -rm -rf /var/www/html -ln -sT `pwd`/test/website /var/www/html -chown -R www-data:www-data ./test/website -chown -R www-data:www-data /var/www/html +sudo rm -rf /var/www/html +sudo ln -sT $(pwd)/test/website /var/www/html