mirror of
https://github.com/rancher/os.git
synced 2025-07-05 02:56:13 +00:00
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp /usr/share/logrotate/logrotate.d/* /etc/logrotate.d
|
|
|
|
exec /usr/bin/ros entrypoint "$@"
|