Skip to content

Commit

Permalink
Update onbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Sep 16, 2016
1 parent 3509929 commit 40bec0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions container_files/bin/onbuild.sh
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 40bec0a

Please sign in to comment.