mirror of
https://github.com/rancher/os.git
synced 2025-07-04 18:46:15 +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 "$@"
|