From 34872e2636ed058a414ee7c66634accb754e8840 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 1 Sep 2014 18:40:41 +0000 Subject: 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 --- mason/mason.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mason/mason.sh') 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 -- cgit v1.2.1