This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-diagnose/deploy/rsync/init_rsyncd.sh

5 lines
360 B
Bash

#!/bin/sh
mkdir -p /opt/tsg/tsg-diagnose/.badssl_cert_dict/CA
/bin/cp -rf /opt/tsg/tsg-diagnose/.badssl_cert_dict/certs/sets/current/gen/crt/ca-root.crt /opt/tsg/tsg-diagnose/.badssl_cert_dict/CA
/bin/cp -rf /opt/tsg/tsg-diagnose/etc/wpr_cert.pem /opt/tsg/tsg-diagnose/.badssl_cert_dict/CA
rsync --daemon --config=/opt/tsg/tsg-diagnose/deploy/rsync/rsyncd.conf