From 08cafb6327d082af6348bbd0ff301472782fcac0 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Sat, 30 Aug 2008 15:17:02 +0100 Subject: [PATCH] Fix mahara profile to use create correctly named data directory --- profile/mahara/post-vserver | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/mahara/post-vserver b/profile/mahara/post-vserver index 5465ada..9c175d0 100644 --- a/profile/mahara/post-vserver +++ b/profile/mahara/post-vserver @@ -1,5 +1,5 @@ rm /etc/apache2/sites-enabled/100-htdocs ln -s /etc/apache2/sites-available/vhost /etc/apache2/sites-enabled/100-vhost a2enmod vhost_alias -mkdir /var/lib/moodle -chown www-data /var/lib/moodle +mkdir /var/lib/mahara +chown www-data /var/lib/mahara -- 2.39.5