7 lines
103 B
Bash
7 lines
103 B
Bash
#!/bin/bash
|
|
set -e
|
|
source /build/config
|
|
set -x
|
|
|
|
## Install logrotate
|
|
$minimal_apt_get_install logrotate |