com o style guide que foi definido • Shellcheck (para Bash) In backup_contas.sh line 14: LOCALBKP="/backup/$Dominio"; ^-- SC2034: LOCALBKP appears unused. Verify it or export it.
specified, but 'source' in place of '.' is not standard. In criacao_demo.sh line 6: if [ -z $1 ] || [ -z $2 ] ; then ^-- SC2086: Double quote to prevent globbing and word splitting. ^-- SC2086: Double quote to prevent globbing and word splitting.