We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You are writing a script for dash, but you're using a feature that dash doesn't support (in this case, bash/ksh style [[ .. ]] conditions).
dash
[[ .. ]]
See Ubuntu's DashAsBinSh migration guide for how to make bash-specific scripts dash-compatible.