Closed gaborh-da closed 3 years ago
and please attend the warnings about Bash, e.g. replace all ${VAR} with "$VAR" (or "${VAR}" but that's totally unnecessary)
${VAR}
"$VAR"
"${VAR}"
what else?
I tried:
and please attend the warnings about Bash, e.g. replace all
${VAR}
with"$VAR"
(or"${VAR}"
but that's totally unnecessary)