We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944357d commit e6363d9Copy full SHA for e6363d9
1 file changed
emoncms_pre.sh
@@ -45,7 +45,7 @@ if [ -f $OPTIONS_JSON ]; then
45
NAME=$(jq --raw-output '.CNAME // empty' $OPTIONS_JSON)
46
if [ "$CRT" ]; then CRT_FILE=$CRT; fi
47
if [ "$KEY" ]; then KEY_FILE=$KEY; fi
48
- if [ "$NAME" ]; then CNAME=$KCNAME; fi
+ if [ "$NAME" ]; then CNAME=$NAME; fi
49
fi
50
51
cd $OEM_DIR
0 commit comments