Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Dec 25, 2024
1 parent 7364f25 commit 052ea42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if ! echo "$UI" | grep -q "^[0-9]\+[smhd]\?$"; then
fi

if [ -z "$DUK" ] || ! echo "$DUK" | grep -q "^[A-Za-z0-9]{32\}$"; then
echo "DUK is unset or invalid, it can consist of 32 of the follwoing characters, upper letters A-Z, lower letters a-z and numbers 0-9."
echo "DUK is unset or invalid, it can consist of 32 of the following characters, upper letters A-Z, lower letters a-z and numbers 0-9."
sleep inf
fi

Expand Down

0 comments on commit 052ea42

Please sign in to comment.