/admin/docker

To get this branch, use:
bzr branch http://suren.me/webbzr/admin/docker

« back to all changes in this revision

Viewing changes to adei/adei/scripts/run-cron.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2016-12-23 19:40:10 UTC
  • Revision ID: csa@suren.me-20161223194010-1013mnipk5revl6m
Initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/bash
 
2
 
 
3
printenv | grep -v affinity:container | sed -r 's/^(.*)=("?)(.*)\2$/export \1="\3"/g' > /adei/env
 
4
 
 
5
/opt/scripts/adei-branch.sh
 
6
 
 
7
cron -n -m '/usr/bin/procmail -d root'