From 40bec0aec0ff0e5a195ad925d3c28bc27deb9d16 Mon Sep 17 00:00:00 2001 From: villadalmine Date: Fri, 16 Sep 2016 10:36:57 -0300 Subject: [PATCH] Update onbuild.sh --- container_files/bin/onbuild.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/container_files/bin/onbuild.sh b/container_files/bin/onbuild.sh index 3909a13..09cd3e7 100644 --- a/container_files/bin/onbuild.sh +++ b/container_files/bin/onbuild.sh @@ -1,3 +1,4 @@ +#!/bin/bash # Licensed to the University Corporation for Advanced Internet Development, # Inc. (UCAID) under one or more contributor license agreements. See the # NOTICE file distributed with this work for additional information regarding @@ -13,9 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # -#!/bin/bash + for file in /opt/autoexec/onbuild/* do exec "$file" >> /opt/log/autoexec.build.log -done \ No newline at end of file +done