Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
TDuffinNTU committed Oct 8, 2023
1 parent 2d28e7a commit ac15d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-ddns
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Read()

# YDNS
elif [[ $command = *'www.ydns.io'*]]
then # TODO confirm correct
then
[[ $PROVIDER ]] || PROVIDER='YDNS'
[[ $DOMAINS ]] || DOMAINS=${command#*hostname=} DOMAINS=${DOMAINS%\'*}
[[ $USERNAME ]] || USERNAME=${command#*\'} USERNAME=${USERNAME%%:*}
Expand Down

0 comments on commit ac15d19

Please sign in to comment.