Skip to content

Commit 9e4f92b

Browse files
lbetzekohl
andauthored
Update openvoxserver/docker-entrypoint.d/20-use-templates-initially.sh
Co-authored-by: Ewoud Kohl van Wijngaarden <[email protected]>
1 parent d16784a commit 9e4f92b

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 -n --update=none "$TEMPLATES/$f" .
13+
test -f "$TEMPLATES/$f" && cp -p --update=none "$TEMPLATES/$f" .
1414
done
1515
cd /
1616

0 commit comments

Comments
 (0)