add external ability to 'extended'-variable

This commit is contained in:
Alexander Dobdin 2015-06-14 03:36:16 +03:00
parent 36fb781500
commit 61296b432d

4
env.sh
View File

@ -30,8 +30,8 @@ filesd="${infod}/files"
# execution files template
template="tmp/"
# exec extended once-by-role
extended=1
# exec extended once-by-role, default value "1"
extended=${extended:-"1"}
nodesf="${infod}/nodes"
errlog="${logd}/error.log"