From 36462bffffdcb67cf6ff7ddeb122145af7a266e9 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 30 Apr 2018 19:35:22 -0400 Subject: [PATCH] Update moodle_installer --- roles/moodle/templates/moodle_installer | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/moodle/templates/moodle_installer b/roles/moodle/templates/moodle_installer index 38f729816..d28808161 100755 --- a/roles/moodle/templates/moodle_installer +++ b/roles/moodle/templates/moodle_installer @@ -1,9 +1,9 @@ #!/bin/bash -x # May 2018: lowercase "--adminuser=admin" is still required for some odd -# reason, otherwise one cannot login to http://box.lan/moodle -# (with Admin/changeme). At the same time --dbuser=Admin still begins with -# a capital letter, in keeping with Internet-in-a-Box's other server apps. +# reason, otherwise one cannot login to http://box.lan/moodle (with +# Admin/changeme). At the same time --dbuser=Admin still begins with +# a capital letter, in keeping with Internet-in-a-Box's other server apps? sudo -u {{ apache_user }} \ /usr/bin/php {{ moodle_base }}/admin/cli/install.php \