z
declare -p | grep -Ev 'BASHOPTS|BASH_VERSINFO|EUID|PPID|SHELLOPTS|UID' > /container.env
echo "SHELL=/bin/bash
BASH_ENV=/container.env
* * * * * python manage.py check_subscriptions > /proc/1/fd/1 2>/proc/1/fd/2
# end line cron" > /scheduler.txt
crontab /scheduler.txt
cron -f