# Store TTY_ROOT_PASSWORD for terminal logins # stderr is redirected here to avoid exposing the password hash in the log file when ReaR runs in debugscript mode. { test "$TTY_ROOT_PASSWORD" && echo "$TTY_ROOT_PASSWORD" > "$ROOTFS_DIR/.TTY_ROOT_PASSWORD" ; } 2>>/dev/$SECRET_OUTPUT_DEV