commit | 10791a13fa04a80c49262936dfdc1e0ec6033a31 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 14 09:40:58 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 14 09:40:58 2011 -0700 |
tree | 667bd5fa4629dc6dcec31f632fb63324362885bf | |
parent | 92e31ab648110987fac0c49157f5475be9561a94 [diff] [blame] |
update to allow remote mysql connections
diff --git a/build_lxc.sh b/build_lxc.sh index 067ecda..6efefec 100755 --- a/build_lxc.sh +++ b/build_lxc.sh
@@ -122,7 +122,7 @@ # Configure the runner RUN_SH=$ROOTFS/opt/run.sh cat > $RUN_SH <<EOF -#!/bin/bash +#!/usr/bin/env bash # Make sure dns is set up echo "nameserver $NAMESERVER" | sudo resolvconf -a eth0 sleep 1