CommonInstaller: syntax fix

merge-requests/23/head
Christopher Roy Bratusek 5 years ago
parent 272b4954f3
commit efb41e3a87

@ -753,7 +753,7 @@ install_microg () {
NLPSTRING="${NLPSTRING}, Apple"
fi
if "${nanodroid_nlpbackend:3:1}" -eq 1 ]; then
if [ "${nanodroid_nlpbackend:3:1}" -eq 1 ]; then
NLPBACKEND="${NLPBACKEND} nlpBackendRadiocell"
NLPSTRING="${NLPSTRING}, Radiocell"
fi

Loading…
Cancel
Save