File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -114,18 +114,10 @@ export SERVICE=${SERVICE_NAME}.${SERVICE_CLASS}@${SERVICE_VERSION}
114
114
115
115
[[ -z " ${SERVICE_PASSPHRASE} " ]] && export SERVICE_PASSPHRASE=' newPass'
116
116
117
- # check mandatory variables
118
- [[ -z " ${LRS_DOMAIN} " ]] && \
119
- echo " Mandatory variable LRS_DOMAIN is not set. Add -e LRS_DOMAIN=lrsDomain to your arguments." && exit 1
120
- [[ -z " ${LRS_AUTH_ADMIN} " ]] && \
121
- echo " Mandatory variable LRS_AUTH is not set. Add -e LRS_AUTH_ADMIN=lrsAuthAdmin to your arguments." && exit 1
122
-
123
117
# configure service properties
124
118
function set_in_service_config {
125
119
sed -i " s?${1} [[:blank:]]*=.*?${1} =${2} ?g" ${SERVICE_PROPERTY_FILE}
126
120
}
127
- set_in_service_config lrsDomain ${LRS_DOMAIN}
128
- set_in_service_config lrsAuth " ${LRS_AUTH_ADMIN} "
129
121
130
122
echo Starting las2peer node ...
131
123
if [ -n " $LAS2PEER_ETH_HOST " ]; then
You can’t perform that action at this time.
0 commit comments