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 081e1ea commit 46b24aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if [ -z "$DUK" ] || ! echo "$DUK" | grep -q "^[A-Za-z0-9]\+$"; then
sleep inf
fi

if [ -z "$DUD" ] || ! echo "$DUD" | grep -q "\."; then
echo "DUD is unset or invalid, it needs to contain at least one dot."
if [ -z "$DUDs" ] || ! echo "$DUDs" | grep -q "\."; then
echo "DUDs is unset or invalid, it needs to contain at least one dot."
sleep inf
fi

Expand Down

0 comments on commit 46b24aa

Please sign in to comment.