Skip to content

Commit c2bf391

Browse files
committed
Fix sed command on 5.4 version
1 parent d18033a commit c2bf391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

5.4/run.sh

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

3-
sed -i "s|DOCUMENT_ROOT|$DOCUMENT_ROOT|g" /etc/apache2/sites-available/000-default.conf && \
4-
sed -i "s|ENVIRONMENT_VAR|$ENVIRONMENT|g" /etc/apache2/sites-available/000-default.conf && \
3+
sed -i "s|DOCUMENT_ROOT|$DOCUMENT_ROOT|g" /etc/apache2/sites-available/default && \
4+
sed -i "s|ENVIRONMENT_VAR|$ENVIRONMENT|g" /etc/apache2/sites-available/default && \
55
/usr/sbin/apache2ctl -D FOREGROUND

0 commit comments

Comments
 (0)