kolla/docker/logging/rsyslog/extend_start.sh

6 lines
65 B
Bash

#!/bin/bash
if [[ -e "/dev/log" ]]; then
rm -rf /dev/log
fi