Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Fix check of DUCKDNS token (#277)
Browse files Browse the repository at this point in the history
Fix check of token for DUCKDNS.
  • Loading branch information
Landrash authored and ludeeus committed May 5, 2019
1 parent 4bea950 commit c88a17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/opt/hassbian/suites/duckdns/install
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function install {
fi

DUCKDNS_TOKEN=$(hassbian.input.text "What is your DuckDNS token?")
if [ ! "$token" ]; then
if [ ! "$DUCKDNS_TOKEN" ]; then
exit
fi

Expand Down

0 comments on commit c88a17d

Please sign in to comment.