Skip to content

Commit

Permalink
Merge pull request #1577 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
arc-functions: show the version for decryptioncode
  • Loading branch information
AuxXxilium committed May 20, 2024
2 parents bddfeda + befc733 commit 67aa82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/initrd/opt/arc/arc-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2154,8 +2154,9 @@ function satadomMenu() {
# Decrypt Menu
function decryptMenu() {
if [ -f "${S_FILE_ENC}" ]; then
CONFIGSVERSION="$(cat "${MODEL_CONFIG_PATH}/VERSION")"
dialog --backtitle "$(backtitle)" --colors --title "Arc Decrypt" \
--inputbox "Key for Decrypt" 0 0 2>"${TMP_PATH}/resp"
--inputbox "Enter Decryption Key for ${CONFIGSVERSION}" 7 40 2>"${TMP_PATH}/resp"
[ $? -ne 0 ] && return
ARC_KEY=$(cat "${TMP_PATH}/resp")
if [ -n "${ARC_KEY}" ]; then
Expand Down

0 comments on commit 67aa82a

Please sign in to comment.