We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d8683 commit ad6672cCopy full SHA for ad6672c
local/etc/uceap.d/devcontainer_on_create.sh
@@ -17,6 +17,9 @@ function devcontainer_on_create() {
17
# This is how the example codespace changes the docroot. If it's good enough for them, it's good enough for me.
18
sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)/web" /var/www/html
19
20
+ # Some hosts give us a /workspaces inaccessible to httpd
21
+ chmod o+x /workspaces
22
+
23
# Setup database if MYSQL_HOST = 127.0.0.1
24
cat >~/.my.cnf <<-EOF
25
[client]
0 commit comments