missing space

pull/12/head
Tom Early 7 years ago
parent cef99e7998
commit 9cc160d32f

@ -155,7 +155,7 @@ GetModuleProcess () {
process='relay'
fi
process="qn$process"
if [${!nvar} -gt 1 ]; then
if [ ${!nvar} -gt 1 ]; then
process=${process}${1}
fi
}

Loading…
Cancel
Save

Powered by TurnKey Linux.