Cron command

This commit is contained in:
Václav Valíček 2018-10-28 15:12:34 +01:00
parent 45189aed1e
commit 073c12c502
No known key found for this signature in database
GPG Key ID: 7CF44871CEA75938

View File

@ -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