Skip to content

added legal comment #11

wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Update onbuild.sh
villadalmine committed Sep 16, 2016
commit 40bec0aec0ff0e5a195ad925d3c28bc27deb9d16
5 changes: 3 additions & 2 deletions 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
done