Files
docker-deployment/build/scripts/logrotate.sh

7 lines
104 B
Bash

#!/bin/bash
set -e
source /build/config
set -x
## Install logrotate
apt_get_install_permanent logrotate