Cron command
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
IFS=$'\n\t'
|
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 started as root
|
||||||
if [ $UID -eq 0 ]
|
if [ $UID -eq 0 ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user