Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': mation_schema' ) CONFIG_table_exclude=() CONFIG_mailcontent='stdout' CONFIG_mail_maxattsize=4000 CONFIG_mail_splitandtar='yes' CONFIG_mail_use_uuencoded_attachments='no' CONFIG_mail_address='root' CONFIG_encrypt='no' CONFIG_encrypt_password='password0123' } # @return: true, if variable is set; else false isSet() { if [[ ! ${!1} && ${!1-_} ]]; then return 1; else return 0; fi } # @return: true, if variable is empty; else false isEmpty() { if [[ […]
↧