summaryrefslogtreecommitdiff
path: root/mason.configure
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2014-08-07 08:52:51 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2014-08-07 08:52:51 +0000
commitae7614a8f8b70cf44e8f112a7cdf3b7e561a8094 (patch)
tree01474d55531ff93496dcfd853041b572030fdf22 /mason.configure
parent8867889800efcb321d0061893fe6092f8932c4d3 (diff)
downloaddefinitions-ae7614a8f8b70cf44e8f112a7cdf3b7e561a8094.tar.gz
Fix web server root directory creation.
Diffstat (limited to 'mason.configure')
-rw-r--r--mason.configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/mason.configure b/mason.configure
index 8528ad89..1f28a40a 100644
--- a/mason.configure
+++ b/mason.configure
@@ -89,4 +89,4 @@ ln -s ../mason.service "$ROOT"/etc/systemd/system/multi-user.target.wants/mason.
cp mason/httpd.service "$ROOT"/etc/systemd/system/httpd.service
ln -s ../httpd.service "$ROOT"/etc/systemd/system/multi-user.target.wants/httpd.service
-mkdir -p /srv/mason
+mkdir -p "$ROOT"/srv/mason