#!/bin/bash

# Fix permissions for cron
chmod -f 0644 /etc/cron.d/*
