Skip to content

Commit 79c7a0f

Browse files
authored
Merge pull request #33 from lbetz/fix-log-warning
2 parents 8834bb4 + 9e4f92b commit 79c7a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvoxserver/docker-entrypoint.d/20-use-templates-initially.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TEMPLATES=/var/tmp/puppet
1010
cd /etc/puppetlabs/puppet
1111
for f in auth.conf hiera.yaml puppet.conf puppetdb.conf
1212
do
13-
test -f "$TEMPLATES/$f" && cp -np "$TEMPLATES/$f" .
13+
test -f "$TEMPLATES/$f" && cp -p --update=none "$TEMPLATES/$f" .
1414
done
1515
cd /
1616

0 commit comments

Comments
 (0)