Skip to content

Commit

Permalink
Update dietpi/dietpi-ddns
Browse files Browse the repository at this point in the history
Co-authored-by: MichaIng <micha@dietpi.com>
  • Loading branch information
TDuffinNTU and MichaIng committed Oct 9, 2023
1 parent 63f4e0c commit 07b4a3e
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 @@ -128,7 +128,7 @@ Read()
elif [[ $command == *'www.ydns.io'* ]]
then
[[ $PROVIDER ]] || PROVIDER='YDNS'
[[ $DOMAINS ]] || DOMAINS=${command#*hostname=} DOMAINS=${DOMAINS%\'*}
[[ $DOMAINS ]] || DOMAINS=${command#*host=} DOMAINS=${DOMAINS%\'*}
[[ $USERNAME ]] || USERNAME=${command#*\'} USERNAME=${USERNAME%%:*}
[[ $PASSWORD ]] || PASSWORD=${command#*:} PASSWORD=${PASSWORD%%\'*}

Expand Down

0 comments on commit 07b4a3e

Please sign in to comment.