Skip to content

Commit 1d40cf1

Browse files
committed
stopping apache stops container so hopefully we don't need this anymore
1 parent 95d1f1a commit 1d40cf1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

uceap-drupal-dev-post-start

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
#!/bin/bash
22

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-
93
# Run local devcontainer lifecycle scripts
104
if [ -x .devcontainer/postStart.sh ]; then
115
.devcontainer/postStart.sh

0 commit comments

Comments
 (0)