swap INFO for DEBUG

This commit is contained in:
2024-02-07 15:16:51 -07:00
parent 261bbee1a4
commit a90482de8c
7 changed files with 9 additions and 11 deletions

View File

@ -86,7 +86,7 @@ RDS__GET_DATABASE_CREDENTIALS() {
user-input ) _RDS_AUTH__userinput ;;
esac
[[ $PRINT_PASSWORD -eq 1 ]] && INFO "password : $DB_PASS"
[[ $PRINT_PASSWORD -eq 1 ]] && DEBUG "password : $DB_PASS"
return 0
}