blob: 03221c094e6154285770269a0d2423c1c4f71ffd [file] [log] [blame]
#!/bin/bash
echo "Checking volume mounts..."
if [ ! -f "/etc/rsyslog.d.container/50-default.conf" ]; then
echo "Mounted file was not found";
exit 1
fi