Skip to content

Commit

Permalink
add kumquat hostname config
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Aug 4, 2014
1 parent de4c511 commit f5e84e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions copy/opt/core/var/mdata-setup/includes/20-kumquat.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
# Configure kumquat

HOSTNAME=$(hostname)

# Setup hostname for kumquat config
sed -i "s:HOSTNAME:${HOSTNAME}:g" /opt/local/etc/httpd/01-kumquat.conf

0 comments on commit f5e84e1

Please sign in to comment.