Skip to content

Commit

Permalink
Update 998_dump_variables.sh
Browse files Browse the repository at this point in the history
In init/default/998_dump_variables.sh
give a hint that secrets are skipped, cf.
#2967 (comment)
  • Loading branch information
jsmeix committed Apr 5, 2023
1 parent ce0b1b6 commit 0093828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/rear/init/default/998_dump_variables.sh
Expand Up @@ -8,4 +8,4 @@ test "$DEBUGSCRIPTS" || return 0
# Suppress output that contains 'pass' or 'key' or 'crypt' (ignore case) to skip output
# e.g. for BACKUP_PROG_CRYPT_KEY or SSH_ROOT_PASSWORD or LUKS_CRYPTSETUP_OPTIONS
# cf. https://github.com/rear/rear/issues/2967
Debug "Runtime Configuration:$LF$( declare -p | egrep -vi 'pass|key|crypt' )"
Debug "Runtime Configuration (except what contains 'pass' or 'key' or 'crypt'):$LF$( declare -p | egrep -vi 'pass|key|crypt' )"

0 comments on commit 0093828

Please sign in to comment.