From c91f3f74518f5ee98eb0cca312f927b73b7120e1 Mon Sep 17 00:00:00 2001 From: villadalmine Date: Wed, 14 Sep 2016 09:45:14 -0300 Subject: [PATCH] Change order of configure.sh --- container_files/bin/configure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/container_files/bin/configure.sh b/container_files/bin/configure.sh index afc0de0..1192411 100755 --- a/container_files/bin/configure.sh +++ b/container_files/bin/configure.sh @@ -2,8 +2,9 @@ /opt/bin/configure_httpd.sh +/opt/bin/configure_shibd.sh + /opt/bin/configure_php.sh -/opt/bin/configure_shibd.sh