forked from lolcat/4get
5 lines
206 B
Bash
5 lines
206 B
Bash
|
#!/bin/sh
|
||
|
sed -i "s/ServerName.*/ServerName ${FOURGET_SERVER_NAME}/g" /etc/apache2/httpd.conf
|
||
|
sed -i "s/ServerAdmin.*/ServerAdmin ${FOURGET_SERVER_ADMIN_EMAIL}/g" /etc/apache2/httpd.conf
|
||
|
httpd -DFOREGROUND
|