Fix crontab generation
authorJason Stephenson <jason@sigio.com>
Tue, 4 Dec 2018 20:55:43 +0000 (15:55 -0500)
committerJason Stephenson <jason@sigio.com>
Tue, 4 Dec 2018 20:55:43 +0000 (15:55 -0500)
commit488b375a0147752d79fffae04a3c403a6feee0fd
tree09b9a3642a18501605db8f21fe01e5716b24de12
parent4ab213396f9baa944e552fbf6835c3f91c1eec1a
Fix crontab generation

The old cat with heredoc wasn't working to build the crontab properly
on Xenial in buildeg.sh.  We change it to use a sed command instead.
This also gives us a little more control over where the SHELL variable
goes in the output file.

Signed-off-by: Jason Stephenson <jason@sigio.com>
scripts/postbuild.sh