We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.