start to phase in start script
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
5815d959a5
commit
ef281b0321
1 changed files with 6 additions and 0 deletions
6
ansible/roles/synapse/files/basedir/start.sh
Normal file
6
ansible/roles/synapse/files/basedir/start.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
cnt=$(ls -1 /certs 2>/dev/null|wc -l)
|
||||
|
||||
if [ $cnt -gt 0 ]; then
|
||||
cp /certs/* /usr/local/share/ca-certificates
|
Loading…
Reference in a new issue