Skip to content

Commit

Permalink
Update firstrun.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Sep 16, 2016
1 parent bed1c8b commit 3509929
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions container_files/bin/firstrun.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/firstrun/*
do
exec "$file" >> /opt/log/autoexec.firstrun.log
done
done

0 comments on commit 3509929

Please sign in to comment.