Skip to content

Commit

Permalink
Update 998_dump_variables.sh
Browse files Browse the repository at this point in the history
Disable init/default/998_dump_variables.sh
because of legal liability worries until
#2967 is solved
  • Loading branch information
jsmeix committed Apr 6, 2023
1 parent 0093828 commit 65f0ad5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions usr/share/rear/init/default/998_dump_variables.sh
Expand Up @@ -5,6 +5,11 @@
# in general already reveals possibly confidential information:
test "$DEBUGSCRIPTS" || return 0

# For now disable this script until https://github.com/rear/rear/issues/2967 is solved.
# Users who need this script can disable the next two lines:
DebugPrint "Skipped init/default/998_dump_variables.sh for legal liability worries, see https://github.com/rear/rear/issues/2967"
return 1

# 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
Expand Down

0 comments on commit 65f0ad5

Please sign in to comment.