entrypoint.sh 103 B

123456
  1. #!/bin/bash
  2. cp /usr/share/logrotate/logrotate.d/* /etc/logrotate.d
  3. exec /usr/bin/ros entrypoint "$@"