#!/bin/bash printf "LANG=$LANG\n" > /tmp/cronie-jobs-environment.log; printf "EUID=$EUID\n" >> /tmp/cronie-jobs-environment.log;