Fixed coding error in if block.

This commit is contained in:
BrainwreckedTech 2021-01-18 23:41:21 -05:00
parent 44553cdd39
commit 2449f14fc0

View File

@ -109,7 +109,7 @@ if [ -z "${WAPPICON}" ]; then
fi
### CORRECT SHORT NAMES TO FULL NAMES
[ "${WA_BRWSR}" ] = "chrome" && WA_BRWSR="google-chrome"
[ "${WA_BRWSR}" = "chrome" ] && WA_BRWSR="google-chrome"
### SET SUFFIX AND BIN BASED ON BROWSER
case "${WA_BRWSR}" in