#!/usr/bin/env bash

patch --forward /etc/pam.d/cron /etc/pam.d/cron.patch || echo "Patching has failed"

chmod 0644 /etc/cron.d/*
