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 052ea42 commit cb627a2
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 @@ -10,7 +10,7 @@ if ! echo "$UI" | grep -q "^[0-9]\+[smhd]\?$"; then
sleep inf
fi

if [ -z "$DUK" ] || ! echo "$DUK" | grep -q "^[A-Za-z0-9]{32\}$"; then
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 following characters, upper letters A-Z, lower letters a-z and numbers 0-9."
sleep inf
fi
Expand Down

0 comments on commit cb627a2

Please sign in to comment.