1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 06:11:12 +00:00
Files
os/images/02-logrotate/entrypoint.sh
2017-07-07 13:49:17 +02:00

6 lines
103 B
Bash
Executable File

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