5 lines
197 B
Bash
Executable file
5 lines
197 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rsync -a --chmod=D0755,F0644 /etc/mirror-mdq/template/ /opt/mdqp/work/signed_metadata/
|
|
|
|
attr -q -s Content-Type -V "application/xml" /opt/mdqp/work/signed_metadata/entities/index.html
|