From 073c12c502438c7ef5e955d5bb2c897cde9dae54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Val=C3=AD=C4=8Dek=20=28YCNet=29?= Date: Sun, 28 Oct 2018 15:12:34 +0100 Subject: [PATCH] Cron command --- dockerbin/cron-command | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dockerbin/cron-command b/dockerbin/cron-command index 51e8570..6a7ca18 100755 --- a/dockerbin/cron-command +++ b/dockerbin/cron-command @@ -2,6 +2,12 @@ set -euo pipefail IFS=$'\n\t' +# try to include laminar env +if [ -f /etc/profile.d/laminar.sh ] +then + source /etc/profile.d/laminar.sh +fi + # if started as root if [ $UID -eq 0 ] then