We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d1f1a commit 1d40cf1Copy full SHA for 1d40cf1
1 file changed
uceap-drupal-dev-post-start
@@ -1,11 +1,5 @@
1
#!/bin/bash
2
3
-
4
-# sometimes on codespaces we need to trampoline httpd to get the private proxy working
5
-sudo apache2ctl stop
6
-sleep 1 # wait for apache to stop
7
-sudo apache2ctl start
8
9
# Run local devcontainer lifecycle scripts
10
if [ -x .devcontainer/postStart.sh ]; then
11
.devcontainer/postStart.sh
0 commit comments