Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Fixing typo in apache start.sh for php
Browse files Browse the repository at this point in the history
Change-Id: I8f9c24e7c3f5d1129416e0c1b627a9442e1cca4a
  • Loading branch information
Lucas Carlson authored and Patrick Bozeman committed Aug 23, 2011
1 parent ef9abb1 commit aa7ad8a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ output_path = 'apache/start.sh'
template = <<-ERB
#!/bin/bash
source <%= base_dir %>/apache/envvars
/usr/sbin/apache2 -d <%= base_dir %>/apache -d <%= base_dir %>/apache -D FOREGROUND
/usr/sbin/apache2 -d <%= base_dir %>/apache -f <%= base_dir %>/apache/apache2.conf -D FOREGROUND
ERB

template = ERB.new(template)
Expand Down

0 comments on commit aa7ad8a

Please sign in to comment.