summaryrefslogtreecommitdiff
path: root/mason/mason.sh
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-01 18:40:41 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-17 11:39:19 +0100
commit34872e2636ed058a414ee7c66634accb754e8840 (patch)
tree2640c2da350d4de41df9ef57327f2821439ac620 /mason/mason.sh
parent04abe5fab7e2cc3a874f6d70ef92051096517e5f (diff)
downloaddefinitions-34872e2636ed058a414ee7c66634accb754e8840.tar.gz
Move Mason out from /root
- Move the configuration file to /etc/mason.conf - Move the scripts to /usr/lib/mason/ - Mason will store the report in /var/mason/report.html
Diffstat (limited to 'mason/mason.sh')
-rwxr-xr-xmason/mason.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mason/mason.sh b/mason/mason.sh
index 13ea21db..32aab032 100755
--- a/mason/mason.sh
+++ b/mason/mason.sh
@@ -4,7 +4,7 @@ set -e
set -x
# Load our deployment config
-. /root/mason.conf
+. /etc/mason.conf
if [ ! -e ws ]; then
morph init ws